Format

class Format(val jwt: JwtObject? = null, val jwtVc: JwtObject? = null, val jwtVp: JwtObject? = null)

Represents the format of a presentation definition.

See also

'format' as defined in Input Descriptor and Registry

Constructors

Link copied to clipboard
constructor(jwt: JwtObject? = null, jwtVc: JwtObject? = null, jwtVp: JwtObject? = null)

Properties

Link copied to clipboard
val jwt: JwtObject? = null
Link copied to clipboard
val jwtVc: JwtObject? = null
Link copied to clipboard
val jwtVp: JwtObject? = null