latestOpenAPI 3.0.0Apache-2.02026-07-17326898.9 KB

9e21ad997121

oidc4ci

OIDC Token Request

Issues access token and optionally a refresh token for the exchange of authorization code that client has obtained after successful authorization response.

post/oidc/token

Response

OK

access_tokenstring required

The access token issued by the authorization server.

token_typestring required

The type of the token issued.

expires_ininteger

The lifetime in seconds of the access token.

refresh_tokenstring

The refresh token, which can be used to obtain new access tokens.

scopestring

OPTIONAL, if identical to the scope requested by the client; otherwise, REQUIRED.

c_noncestring

String containing a nonce to be used to create a proof of possession of key material when requesting a credential.

c_nonce_expires_ininteger

Integer denoting the lifetime in seconds of the c_nonce.

authorization_detailsAuthorizationDetails[] — unresolved $ref

REQUIRED when authorization_details parameter is used to request issuance of a certain Credential type as defined in Section 5.1.1. It MUST NOT be used otherwise. It is an array of objects, as defined in Section 7 of [RFC9396].