complete_google_auth
Completes Google OAuth authorization using the callback URL from the browser redirect, or fallback authorization code and state.
Instructions
Complete Google OAuth after start_google_auth.
Preferred input is callback_url (the full redirected URL copied from the browser).
Fallback input supports (authorization_code, state) when full callback URL is unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | ||
| user_google_email | Yes | ||
| callback_url | No | ||
| authorization_code | No | ||
| state | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |