GetOAuthAccessToken
Obtains the OAuth access token for GitLab.
Input
| Name | Type | Description |
| AuthMode | String | The OAuth flow.
The allowed values are APP, WEB. The default value is WEB. |
| CallbackURL | String | The redirect URL. |
| Verifier | String | The authorization code. |
| Scope | String | The scope of access to the API. |
| State | String | State parameter.
The default value is test. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The access token. |
| OAuthRefreshToken | String | The refresh token. |
| ExpiresIn | String | Token lifetime in seconds. |