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
| Property | Modifiers | Type | Description |
|---|---|---|---|
| "@context" | ContextType | (BETA) | |
| credentialStatus? | CredentialStatusReference | (BETA) (Optional) | |
| credentialSubject | CredentialSubject | (BETA) | |
| expirationDate? | string | (BETA) (Optional) | |
| id? | string | (BETA) (Optional) | |
| issuanceDate | string | (BETA) | |
| issuer | IssuerType | (BETA) | |
| type? | string[] | string | (BETA) (Optional) |