Module lifecycle

Module lifecycle 

Source
Expand description

W3C VC JWT implementation of the unified credential lifecycle traits.

VcJwtLifecycle implements CredentialIssuer, CredentialVerifier, and CredentialPresenter for the W3C VC 2.0 JWT format. Predicates are not supported and return UnsupportedPredicate. Selective disclosure is not natively supported by JWT-VC — Reveal includes all claims, Hide is a no-op (the full JWT is always included in the presentation).

Structs§

VcJwtLifecycle
W3C VC JWT credential lifecycle implementation.