complete_auth
Exchange the browser redirect URL for a refresh token to complete sign-in authentication.
Instructions
Finish sign-in: exchange the browser's redirect URL for a saved refresh token.
Call this with the URL the user pasted back after completing get_auth_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| redirect_url | Yes | The full URL the browser landed on after sign-in (contains ``code=``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |