GetOAuthAuthorizationUrl
Generates the OAuth authorization URL.
Input
| Name | Type | Description |
| CallbackURL | String | The redirect URL. |
| Scope | String | The scope of access to the API. |
| State | String | State parameter for security. |
Result Set Columns
| Name | Type | Description |
| URL | String | The authorization URL. |