Obtain an ID Token
POST {{baseUrl}}/token
Exchange en authorization code for an ID Token or Access Token.
This endpoint supports both client_secret_post and client_secret_basic authenticatino methods, as specified by the client's token_endpoint_auth_method.
See also: - OIDC Token Endpoint - OIDC Successful Token response - [OIDC Token Error response](http://openid.net/specs/openid-conne
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string | HTTP Basic authorization header. | |