Properties

Link copied to clipboard

List of claims that may be issued separately when requested in format ConstantIndex.CredentialRepresentation.SD_JWT or ConstantIndex.CredentialRepresentation.ISO_MDOC.

Link copied to clipboard

List of claims that may be issued separately when requested in format ConstantIndex.CredentialRepresentation.SD_JWT or ConstantIndex.CredentialRepresentation.ISO_MDOC.

Link copied to clipboard
abstract override val isoDocType: String

From ISO/IEC 18013-5: There is no requirement for the DocType format. An approach to avoid collisions is to use the following general format: [Reverse Domain].[Domain Specific Extension].

Link copied to clipboard
abstract override val isoNamespace: String

From ISO/IEC 18013-5: There is no requirement for the NameSpace format. An approach to avoid collisions is to use the following general format: [Reverse Domain].[Domain Specific Extension].

Link copied to clipboard
open val schemaUri: String
Link copied to clipboard
open val sdJwtType: String?

Type used for vct when using ConstantIndex.CredentialRepresentation.SD_JWT.

Link copied to clipboard

Supported representations for this credential. Note that this is usually only one representation, and should be replaced with the typed implementations of the interface CredentialScheme.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val vcType: String?

The type of the credential when using ConstantIndex.CredentialRepresentation.PLAIN_JWT. Will not be used for other representations. Previously this has been used as the subtype of CredentialSubject, but this class has been removed.