GetOAuthAuthorizationUrl
Gets the OAuth authorization URL for GitLab.
Input
| Name | Type | Description |
| CallbackURL | String | The redirect URL. |
| Scope | String | The access scope. |
| State | String | State parameter.
The default value is test. |
Result Set Columns
| Name | Type | Description |
| URL | String | The authorization URL. |