FormatHolder

@Serializable
data class FormatHolder(    val jwt: FormatContainerJwt? = null,     val jwtVp: FormatContainerJwt? = null,     val jwtVc: FormatContainerJwt? = null,     val jwtSd: FormatContainerSdJwt? = null,     val sdJwt: FormatContainerSdJwt? = null,     val ldp: FormatContainerLdp? = null,     val ldpVp: FormatContainerLdp? = null,     val ldpVc: FormatContainerLdp? = null,     val msoMdoc: FormatContainerJwt? = null)(source)

Data class for DIF Presentation Exchange v1.0.0

Constructors

Link copied to clipboard
constructor(    jwt: FormatContainerJwt? = null,     jwtVp: FormatContainerJwt? = null,     jwtVc: FormatContainerJwt? = null,     jwtSd: FormatContainerSdJwt? = null,     sdJwt: FormatContainerSdJwt? = null,     ldp: FormatContainerLdp? = null,     ldpVp: FormatContainerLdp? = null,     ldpVc: FormatContainerLdp? = null,     msoMdoc: FormatContainerJwt? = null)

Properties

Link copied to clipboard
@SerialName(value = "jwt")
val jwt: FormatContainerJwt? = null
Link copied to clipboard
@SerialName(value = "vc+sd-jwt")
val jwtSd: FormatContainerSdJwt? = null
Link copied to clipboard
@SerialName(value = "jwt_vc")
val jwtVc: FormatContainerJwt? = null
Link copied to clipboard
@SerialName(value = "jwt_vp")
val jwtVp: FormatContainerJwt? = null
Link copied to clipboard
@SerialName(value = "ldp")
val ldp: FormatContainerLdp? = null
Link copied to clipboard
@SerialName(value = "ldp_vc")
val ldpVc: FormatContainerLdp? = null
Link copied to clipboard
@SerialName(value = "ldp_vp")
val ldpVp: FormatContainerLdp? = null
Link copied to clipboard
@SerialName(value = "mso_mdoc")
val msoMdoc: FormatContainerJwt? = null
Link copied to clipboard
@SerialName(value = "dc+sd-jwt")
val sdJwt: FormatContainerSdJwt? = null