Skip to main content

W3CVerifiableCredential type

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

Represents a signed Verifiable Credential (includes proof), in either JSON or compact JWT format. See VC data model See proof formats

This API may change without a BREAKING CHANGE notice.

Signature:
export type W3CVerifiableCredential = VerifiableCredential | CompactJWT
References: [VerifiableCredential](/docs/api/core-types.verifiablecredential), [CompactJWT](/docs/api/core-types.compactjwt)