CredentialIdentifierInfo

@Serializable
data class CredentialIdentifierInfo(val credentialIdentifier: String, val attributes: Collection<String>, val supportedCredentialFormat: SupportedCredentialFormat)(source)

Gets parsed from the credential issuer's metadata

Constructors

Link copied to clipboard
constructor(credentialIdentifier: String, attributes: Collection<String>, supportedCredentialFormat: SupportedCredentialFormat)

Properties