v1

latestOpenAPI 3.0.02026-07-24171968.3 KB
Token Endpoint

Use this endpoint to obtain an access token

The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token. The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly).

post/token

Headers

x-client-certificatestring

MTLS Client Certificate

Response

Token response

id_tokenstring

ID Token (JWT) associated with the authenticated session.

access_tokenstring required

The access token issued by the authorization server.

token_type'Bearer' required

The type of the token issued.

expires_innumber required

The lifetime in seconds of the access token.

scopestring

Space-delimited string containing the scope associated with the access token

refresh_tokenstring

The refresh token issued by the authorization server.