OID4VCIIssuerMetadata constructor
const
OID4VCIIssuerMetadata({})
Creates a new OID4VCIIssuerMetadata instance.
tokenEndpoint - The URL endpoint for obtaining access tokens.
credentialEndpoint - The URL endpoint for claiming credentials.
returnUris - List of authorized URIs that can be used as return URLs that are supported by the issuer.
Implementation
const OID4VCIIssuerMetadata({
required this.tokenEndpoint,
required this.credentialEndpoint,
required this.returnUris,
});