Openid4VpVerifierModel
Object that holds data necessary to verify Openid4VP credential presentation.
This class is designed to work in the environment where its state may need to be serialized between the time that the presentation request is generated (see makeRequest) and the device response is verified (see processResponse), as is typically the case on the server.
This class creates requests for and parses only encrypted presentations (using either "dc_api.jwt" or "direst_post.jwt" response mode) and it requires compliance with draft 28 of the Openid4VP spec.
Constructors
Types
Functions
Creates an Openid4VP presentation request for credentials (typically just one) in requests parameter.
Parses and validates credential presentation for the request that was previously created using makeRequest.