FormatContainerJwt

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

Data class for DIF Presentation Exchange v1.0.0

Constructors

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

Properties

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