CredentialIssuer
Server implementation to issue credentials using OID4VCI.
Implemented from OpenID for Verifiable Credential Issuance , Draft 15, 2024-12-19.
Constructors
Properties
Serve this result JSON-serialized under /.well-known/jwt-vc-issuer
(see OpenIdConstants.PATH_WELL_KNOWN_JWT_VC_ISSUER_METADATA), so that verifiers can look up the keys used to sign credentials.
Serve this result JSON-serialized under /.well-known/openid-credential-issuer
(see OpenIdConstants.PATH_WELL_KNOWN_CREDENTIAL_ISSUER)
Functions
Verifies the authorizationHeader to contain a token from authorizationService, verifies the proof sent by the client (must contain a nonce sent from authorizationService), and issues credentials to the client.
Offer all credentialSchemes to clients.
Offer all credentialSchemes to clients.
Provides a fresh nonce to the clients, for incorporating them into the credential proofs.