Package-level declarations
Types
Gets parsed from the credential issuer's metadata, essentially an entry from IssuerMetadata.supportedCredentialConfigurations
Result of the credential issuance process: Either open an authentication request URL externally (i.e. the browser), or store the received credentials.
Implements the client side of OpenID for Verifiable Credential Issuance Draft 15, 2024-12-19.
Implements the wallet side of Self-Issued OpenID Provider v2 - draft 13 and OpenID for Verifiable Presentations - draft 21
Gets stored before jumping into the web browser (with the authorization request), so that we can load it back when we resume the issuing process with the auth code
Holds all information needed to refresh a credential, pass it to OpenId4VciClient.refreshCredential.