GetOAuthAuthorizationUrl
Usage information for the operation GetOAuthAuthorizationURL.rsb.
Input
Name | Type | Required | Description |
CallbackURL | String | False | The URL to which the system will redirect after authentication is complete. |
State | String | False | A parameter used to maintain state between the request and callback, often used to prevent CSRF attacks. |
Result Set Columns
Name | Type | Description |
Url | String | The generated url. |