VpFormatsSupported

@Serializable
data class VpFormatsSupported(val vcJwt: SupportedAlgorithmsContainerJwt? = null, val dcSdJwt: SupportedAlgorithmsContainerSdJwt? = null, val msoMdoc: SupportedAlgorithmsContainerIso? = null)(source)

OID4VP: An object containing a list of name/value pairs, where the name is a Credential Format Identifier and the value defines format-specific parameters that a Wallet supports. For specific values that can be used, see Appendix B. Deployments can extend the formats supported, provided Issuers, Holders and Verifiers all understand the new format.

Constructors

Link copied to clipboard
constructor(vcJwt: SupportedAlgorithmsContainerJwt? = null, dcSdJwt: SupportedAlgorithmsContainerSdJwt? = null, msoMdoc: SupportedAlgorithmsContainerIso? = null)

Properties

Link copied to clipboard
@SerialName(value = "dc+sd-jwt")
val dcSdJwt: SupportedAlgorithmsContainerSdJwt? = null
Link copied to clipboard
@SerialName(value = "mso_mdoc")
val msoMdoc: SupportedAlgorithmsContainerIso? = null
Link copied to clipboard
@SerialName(value = "jwt_vc_json")
val vcJwt: SupportedAlgorithmsContainerJwt? = null