FormatHolder

@Serializable
data class FormatHolder(val jwt: FormatContainerJwt? = null, val jwtVp: FormatContainerJwt? = null, val jwtVc: FormatContainerJwt? = null, val jwtSdDeprecated: FormatContainerJwt? = null, val jwtSd: FormatContainerJwt? = 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, jwtSdDeprecated: FormatContainerJwt? = null, jwtSd: FormatContainerJwt? = 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: FormatContainerJwt? = null
Link copied to clipboard
@SerialName(value = "jwt_sd")
val jwtSdDeprecated: FormatContainerJwt? = null

Deprecated, unofficial value, please use jwtSd

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