SdJwtVcCredential

A SD-JWT VC credential, according to draft-ietf-oauth-sd-jwt-vc-03 (https://datatracker.ietf.org/doc/draft-ietf-oauth-sd-jwt-vc/).

An object that implements this interface must also be a Credential

Inheritors

Properties

Link copied to clipboard

The issuer-provided data associated with the credential, see Credential.issuerProvidedData.

Link copied to clipboard
abstract val vct: String

The Verifiable Credential Type - or vct - as defined in section 3.2.2.1.1 of draft-ietf-oauth-sd-jwt-vc-03 (https://datatracker.ietf.org/doc/draft-ietf-oauth-sd-jwt-vc/)

Functions

Link copied to clipboard
open fun getClaimsImpl(documentTypeRepository: DocumentTypeRepository?): List<JsonClaim>