Format

data class Format(    val supportedCredentialFormat: SupportedCredentialFormat,     val requestedAttributes: Set<String>? = null) : WalletService.CredentialRequestInput(source)

Deprecated

Removed in OID4VCI draft 15, use createCredentialRequest with token response

Constructors

Link copied to clipboard
constructor(supportedCredentialFormat: SupportedCredentialFormat, requestedAttributes: Set<String>? = null)

Properties