GetOAuthAuthorizationUrl
Returns the URL the user should visit to authorize your application for Google Tasks API access.
Input
| Name | Type | Description |
| CallbackURL | String | The redirect URL. |
| State | String | A custom value sent with the callback to maintain session state and prevent cross-site request forgery (CSRF) attacks. |
| Scope | String | The access scope. |
Result Set Columns
| Name | Type | Description |
| OAuthAuthorizationUrl | String | The authorization URL. |