📄️ Receive credential
Processes an OID4VCI Credential Offer and initiates the credential issuance flow. The wallet resolves the issuer's metadata, performs token exchange, and receives the credential.
📄️ Receive deferred credential
Polls the OID4VCI Deferred Credential Endpoint to retrieve a credential that was not immediately available during issuance.
📄️ Receive credential with user PIN
Submits the transaction code (tx_code) required for the OID4VCI Pre-Authorized Code Flow.
📄️ Configure auto presentation for the credential
Configures whether a credential should be automatically presented when a matching OpenID4VP Authorization Request is received.
📄️ Read credential revocation status
Checks the current revocation status of a credential by querying the IETF Token Status List.
📄️ Read credential
Retrieves a credential stored in the holder's wallet by its ID.
📄️ Delete credential
Deletes a credential from the holder's wallet.
📄️ Exchange code and receive credential
Exchanges an authorization code for an access token and receives the credential in the OID4VCI Authorization Code Flow.
📄️ List credential
Lists all credentials stored in the holder's wallet with pagination support.
📄️ Receive verification
Processes an OpenID4VP Authorization Request (V3) received from a verifier. The wallet resolves the verifier's requirements and identifies matching credentials.
📄️ Filter verification
Filters the holder's credentials against the verifier's presentation definition to find matches for the OpenID4VP presentation.
📄️ Send verification
Submits the Verifiable Presentation (V3) to the verifier via the OpenID4VP direct_post response mode.
📄️ Read verification
Retrieves a presentation record (V3) from the holder's wallet.
📄️ Delete verification
Deletes a presentation record from the holder's wallet.
📄️ List verification
Lists all presentation records (V3) in the holder's wallet.
📄️ Request wallet unit attestation
Requests a wallet unit attestation from the wallet provider for OID4VCI credential issuance.
📄️ Create credential offer
Creates an OID4VCI Credential Offer that can be presented to a holder via QR code or deep link.
📄️ Read credential issuer metadata
Retrieves the OID4VCI Credential Issuer Metadata for this organization.
📄️ Request credential re-issuance
Requests reissuance of an expired or near-expiry credential via the OID4VCI protocol.
📄️ Accept credential
Accepts a received credential in the holder's wallet.
📄️ Create holder global configuration
Creates a global configuration for the holder wallet, including credential encryption, status refresh intervals, and redirect URLs for OID4VCI and OpenID4VP flows.
📄️ Read holder global configuration
Retrieves a holder global configuration by its ID for OID4VCI and OpenID4VP flows.
📄️ Update holder global configuration
Updates an existing holder global configuration for OID4VCI and OpenID4VP flows.
📄️ Delete holder global configuration
Deletes a holder global configuration for OID4VCI and OpenID4VP flows.
📄️ List holder global configuration
Lists all holder global configurations for OID4VCI and OpenID4VP flows.
📄️ Read notification
Retrieves a wallet notification by its ID for OID4VCI or OpenID4VP events.
📄️ Update notification
Updates a wallet notification status for OID4VCI or OpenID4VP events.
📄️ Delete notification
Deletes a wallet notification for OID4VCI or OpenID4VP events.
📄️ List notification
Lists wallet notifications for OID4VCI credential offers, OpenID4VP verification requests, and status updates.