SdJwtVcType

@Serializable
value class SdJwtVcType(val string: String)(source)

This specification defines the new JWT claim vct (for verifiable credential type). Its value MUST be a case-sensitive string serving as an identifier for the type of the SD-JWT VC. The vct value MUST be a Collision-Resistant Name as defined in Section 2 of RFC7515.

Constructors

Link copied to clipboard
constructor(string: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String