CredentialMetadata

data class CredentialMetadata(val display: Display, val format: CredentialFormat, val keyBindingType: KeyBindingType, val maxBatchSize: Int)

Metadata for a particular type of credential that an issuer can provision.

Constructors

Link copied to clipboard
constructor(display: Display, format: CredentialFormat, keyBindingType: KeyBindingType, maxBatchSize: Int)

Properties

Link copied to clipboard

Credential name and visual representation of that credential in the wallet.

Link copied to clipboard

Format of this credential

Link copied to clipboard

Determines how the key to which the credential is bound should be provided to the issuer

Link copied to clipboard

Maximum number of credentials that can be requested in a single request