FormatContainerJwt

@Serializable
data class FormatContainerJwt(val algorithms: Collection<String>? = null)(source)

Data class for DIF Presentation Exchange v1.0.0

Constructors

Link copied to clipboard
constructor(algorithms: Collection<String>? = null)

Properties

Link copied to clipboard
@SerialName(value = "alg")
val algorithms: Collection<String>? = null