Issues credentials in exchange for an authorization token.
Model for OIDC Credential request.
Format of the credential being issued.
String that identifies a Credential that is being requested to be issued. When this parameter is used, the format parameter and any other Credential format specific parameters MUST NOT be present.
Object containing information for encrypting the Credential Response.
OK
Model for OIDC Credential response.
Credential value. According to draft 13 spec.
Contains an array of one or more issued Credentials. According to editor-draft spec.
A JSON string containing a token subsequently used to obtain a Credential. MUST be present when credential is not returned.
JSON string containing a nonce to be used to create a proof of possession of key material when requesting a Credential. According to draft 13 spec.
JSON integer denoting the lifetime in seconds of the c_nonce. According to draft 13 spec.
String identifying one or more Credentials issued in one Credential Response.