Expand description
auths credential … — issue / revoke / list / verify capability credentials.
A credential is an ACDC anchored to the issuer’s KEL via a backerless TEL. This is
the thin presentation layer; all orchestration (issuee guard, registry, issuer-sign,
iss/rev anchor, the verify resolution + freshness layer) lives in
auths_sdk::domains::credentials. The clock (Utc::now()) is read only here.
Structs§
- Credential
Command - Issue, revoke, list, and verify capability credentials (ACDCs).
Enums§
- Credential
Subcommand - Credential subcommands.
Functions§
- handle_
credential - Dispatch an
auths credential …subcommand.