GetOAuthAuthorizationUrl
Gets the OAuth authorization URL for Google Forms API.
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 |
| URL | String | The URL where the user logs in and is prompted to grant permissions to the app. |