GetOAuthAuthorizationURL
Generates the OAuth authorization URL for Azure Data Lake Storage. Use this link in a browser to grant consent and obtain an access token for secure connections.
Input
| Name | Type | Description |
| CallbackUrl | String | Mandatory. The URL where Azure Data Lake Storage redirects the user after the application is authorized. |
| State | String | A custom value included in the callback to help maintain state or validate the response. |
| Prompt | String | Specifies the type of authentication prompt. Choose 'select_account' to let the user choose an account (default), 'none' for no prompt, 'login' to force credential entry, or 'consent' to display the OAuth consent dialog. |
Result Set Columns
| Name | Type | Description |
| URL | String | The authorization URL, which the user opens in a web browser to obtain the verifier token and authorize the application. |