Credential Offers
OpenAPI documentation for the Credential Offers module
Last updated
OpenAPI documentation for the Credential Offers module
Last updated
Returns an array of objects with the latest usage date of each credential type.
Processes the credential offer id passed and creates the information needed to generate a QR code.
URI containing the credential offer (decoded in example).
"openid-credential-offer://?credential_offer={\\\"grants\\\":{\\\"urn:ietf:params:oauth:grant-type:pre-authorized_code\\\":{\\\"pre-authorized_code\\\":\\\"sWoSmJM9vnD2yL3Ruot3ps\\\",\\\"user_pin_required\\\":false}},\\\"credentials\\\":[\\\"CharacterCredential\\\"],\\\"credential_issuer\\\":\\\"https://1c13-213-172-234-81.ngrok-free.app/nchain\\"
Indicates if user pin is required.
false
Endpoint supports bulk credential offers records handling. Once created you are be able to issue a credential offer from agent using /webapp endpoints. If the agent returns error that the action cannot be completed because it is missing credential offer you must first create the resource here and then try again.
Fetch one credential offer from issuer
Revokes the credential offer using the credential revocation txId stored. You will need to supply the revocation reason to be stored alongside it. When completed the credential will display revoked on the users wallet and also the verifier will return revoked status if user tries to verify with it.
Endpoint returns a paginated result of credential offers.