GetOAuthAuthorizationUrl
Gets the authorization URL for OAuth authentication.
Input
| Name | Type | Description |
| AuthMode | String | The OAuth flow. APP or WEB.
The allowed values are APP, WEB. The default value is WEB. |
| CallbackURL | String | The redirect URL. |
| State | String | The state parameter for OAuth security.
The default value is oauth_state. |
Result Set Columns
| Name | Type | Description |
| Url | String | The authorization URL. |