OidcSiopWallet
Combines Verifiable Presentations with OpenId Connect. Implements OIDC for VP (2023-04-21) as well as SIOP V2 (2023-01-01).
The holder creates the Authentication Response, see OidcSiopVerifier for the verifier.
Constructors
Functions
Pass in the deserialized AuthenticationRequestParameters, which were either encoded as query params, or JSON serialized as a JWT Request Object.
Pass in the URL sent by the Verifier (containing the AuthenticationRequestParameters as query parameters), to create AuthenticationResponseResult that can be sent back to the Verifier, see AuthenticationResponseResult.
Creates the authentication response from the RP's params
Finalize the authorization response
Finalize the authorization response parameters
Pass in the URL sent by the Verifier (containing the AuthenticationRequestParameters as query parameters), to create AuthenticationResponseParameters that can be sent back to the Verifier, see AuthenticationResponseResult.
Starts the authorization response building process from the RP's authentication request in params
Starts the authorization response building process from the RP's authentication request in input