Skip to main content
POST
Token Endpoint

Body

application/x-www-form-urlencoded
grant_type
string
required

Type of grant for access token

subject_token
string
required

Token of the subject

resource
string

Target resource URI (not supported)

audience
string

Logical name of the target service (not supported)

scope
string

space-delimited, case-sensitive list of requested grants (not supported)

requested_token_type
string
default:urn:ietf:params:oauth:token-type:access_token

Token type requested

subject_token_type
string
default:urn:phrase:params:oauth:token-type:api_token

Type of the token (not supported)

actor_token
string

Acting party token (not supported)

actor_token_type
string

Type of the actor token (not supported)

Response

Token is issued to the caller

access_token
string
required

Access token for oauth

issued_token_type
string
required

Type of the access_token (RFC-8693)

token_type
string
required

Token type - defines how the token should be used

expires_in
integer
required

Number of seconds the access token is valid