CredentialIdentifierInfo

@Serializable
data class CredentialIdentifierInfo(val issuerMetadata: IssuerMetadata, val credentialIdentifier: String, val supportedCredentialFormat: SupportedCredentialFormat)(source)

Gets parsed from the credential issuer's metadata, essentially an entry from IssuerMetadata.supportedCredentialConfigurations

Constructors

Link copied to clipboard
constructor(issuerMetadata: IssuerMetadata, credentialIdentifier: String, supportedCredentialFormat: SupportedCredentialFormat)

Properties