GetAccessTokenByApiRefreshTokenRequest
GetAccessTokenByApiRefreshTokenRequest
Get access token by api refresh token request.
JSON Example
{
"passcode": "string",
"api_token": "string",
"refresh_token": "string",
"allowed_resource_scope": "string",
"scope": "string"
}
string
passcode
Optional
The multi-factor authentication passcode from the registered multi-factor authentication (MFA) device.
string
api_token
Optional
The value of the API token.
string
refresh_token
Optional
Deprecated, need to use api_token
string
allowed_resource_scope
Optional
List of permissions with resources per service definition, which the access token will be scoped to. Accepts a valid json representation of ServicesPermissionsScopesDto class.
string
scope
Optional
The list of scopes separated by a space and is URL encoded. Scope parameter can be used to request different scopes to obtain a scoped access token