PresentationPayload 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.
Used as input when creating Verifiable Presentations
This API may change without prior notice.
Signature:
export interface PresentationPayload
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| "@context"? | ContextType | (BETA) (Optional) | |
| expirationDate? | DateType | (BETA) (Optional) | |
| holder | string | (BETA) | |
| id? | string | (BETA) (Optional) | |
| issuanceDate? | DateType | (BETA) (Optional) | |
| type? | string[] | (BETA) (Optional) | |
| verifiableCredential? | W3CVerifiableCredential[] | (BETA) (Optional) | |
| verifier? | string[] | (BETA) (Optional) |