TokenResponseParameters
Constructors
Properties
RFC6749: REQUIRED. The access token issued by the authorization server.
OID4VP: REQUIRED when authorization_details
parameter is used to request issuance of a certain Credential type. It MUST NOT be used otherwise.
OID4VCI: OPTIONAL, In the Pre-Authorized Code Flow, the Token Request is still pending as the Credential Issuer is waiting for the End-User interaction to complete. The client SHOULD repeat the Token Request. Before each new request, the client MUST wait at least the number of seconds specified by the interval response parameter.
OID4VCI: OPTIONAL String containing a nonce to be used to create a proof of possession of key material when requesting a Credential. When received, the Wallet MUST use this nonce value for its subsequent credential requests until the Credential Issuer provides a fresh nonce.
OID4VCI: OPTIONAL JSON integer denoting the lifetime in seconds of the clientNonce.
CSC: OPTIONAL The identifier associated to the credential authorized in the corresponding authorization request. This response parameter MAY be present in case the scope credential is used in the authorization request along with the parameter “signatureQualifier” and the authorization server determined a credentialID in the authorization process to be used in subsequent signature operations.
RFC6749: RECOMMENDED. The lifetime in seconds of the access token. For example, the value "3600" denotes that the access token will expire in one hour from the time the response was generated. If omitted, the authorization server SHOULD provide the expiration time via other means or document the default value.
RFC6749: OPTIONAL. The refresh token, which can be used to obtain new access tokens using the same authorization grant.