v1

latestOpenAPI 3.0.02026-08-0442100147.0 KB
Token

Exchange Code for Token

Exchanges an authorization code for an ID token, following the OAuth 2.0 standard.

post/token

Request body

grant_type'authorization_code' required

Must be 'authorization_code'.

codestring required

The authorization code received after a successful verification.

client_idstring required

Your application's Client ID.

client_secretstring

Your application's Client Secret. Required for confidential clients.

Response

Token exchange successful.

id_tokenstring

A JWT containing the user's verified claims.