This API is used for exchanging access token with one-time token.
Once users are authorized, the one-time code
will be returned to the client, which will then combine it with the client_secret
to obtain an access token.
id_token
and access_token
id_token
is a JWT token that contains basic information about the user, including:
access_token
is a JWT token used for accessing a particular resource via the API.
To make sure the token is provided by Terminal 3 before proceeding, you can obtain the public keys from Terminal 3 and use them to verify the token.
Success
The response is of type object
.