Skip to main content

Module credential

Module credential 

Source
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§

CredentialCommand
Issue, revoke, list, and verify capability credentials (ACDCs).

Enums§

CredentialSubcommand
Credential subcommands.

Functions§

handle_credential
Dispatch an auths credential … subcommand.