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§
- VcJwt
Lifecycle - W3C VC JWT credential lifecycle implementation.