Skip to main content

UnsignedCredential interface

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents an unsigned W3C Credential payload. See VC data model

This API may change without a BREAKING CHANGE notice.

Signature:

export interface UnsignedCredential

Properties

PropertyModifiersTypeDescription
"@context"ContextType(BETA)
credentialStatus?CredentialStatusReference(BETA) (Optional)
credentialSubjectCredentialSubject(BETA)
expirationDate?string(BETA) (Optional)
id?string(BETA) (Optional)
issuanceDatestring(BETA)
issuerIssuerType(BETA)
type?string[] | string(BETA) (Optional)