GetOAuthAuthorizationUrl
Gets an authorization URL from the data source. The authorization URL can be used to generate a verifier required to obtain the OAuth token.
Input
| Name | Type | Description |
| CallbackURL | String | The URL to which the user will be redirected after they authorize your application. |
| Scope | String |
The default value is all-apis offline_access. |
| State | String | Indicates any state that may be useful to your application upon receipt of the response. This parameter makes a round-trip to the AzureDataCatalog authorization server and back, so your application receives the same value it sent. Use cases include redirecting the user to the correct resource in your site, nonces, and cross-site-request-forgery mitigations. |
Result Set Columns
| Name | Type | Description |
| Url | String | The authorization URL that must be opened for the user to authorize your application. |