VerifiableCredential
@Serializable
The core of the W3C VC Data Model: a credential.
Constructors
Link copied to clipboard
constructor(id: String, type: Collection<String>, issuer: String, issuanceDate: Instant, expirationDate: Instant?, credentialStatus: RevocationListInfo? = null, credentialSubject: CredentialSubject)
constructor(id: String, issuer: String, lifetime: Duration, credentialStatus: RevocationListInfo, credentialSubject: CredentialSubject, credentialType: String, issuanceDate: Instant = Clock.System.now().truncateToSeconds(), expirationDate: Instant? = issuanceDate + lifetime)
constructor(id: String, issuer: String, issuanceDate: Instant, expirationDate: Instant?, credentialStatus: RevocationListInfo, credentialSubject: CredentialSubject, credentialType: String)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard