SdJwtTypeMetadata
@Serializable
Metadata for an SD-JWT VC Type According to SD-JWT-based Verifiable Credentials (SD-JWT VC), Draft 10 .
Constructors
Link copied to clipboard
constructor(verifiableCredentialType: String, verifiableCredentialTypeIntegrity: String? = null, name: String? = null, description: String? = null, extends: String? = null, extendsIntegrity: String? = null, display: Collection<TypeDisplay>? = null, claims: Collection<Claim>? = null, schema: JsonElement? = null, schemaUri: String? = null, schemaUriIntegrity: String? = null)
Properties
Link copied to clipboard
OPTIONAL. An array of objects containing claim information for the type,
Link copied to clipboard
OPTIONAL. A human-readable description for the type, intended for developers reading the JSON document.
Link copied to clipboard
OPTIONAL. An array of objects containing display information for the type.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Not strictly required?
Link copied to clipboard