Obtain tokens: The token endpoint allows you to obtain id and refresh tokens. You will need to pass the authorization code from the end-user's authentication flow. See: Get authorization code

The issued id_token (JWT) is a short-lived token. To retrieve a new id_token, use the refresh token request. Read more about tokens.

πŸ›‘

For basic auth, use your client_id and client_secret for username & password.

Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!