ssi_status

Module token_status_list

Source
Expand description

IETF Token Status List.

A Token Status List provides a way to represent the status of tokens secured by JSON Object Signing and Encryption (JOSE) or CBOR Object Signing and Encryption (COSE). Such tokens can include JSON Web Tokens (JWTs), CBOR Web Tokens (CWTs) and ISO mdoc.

Token status lists are themselves encoded as JWTs or CWTs.

See: https://www.ietf.org/archive/id/draft-ietf-oauth-status-list-02.html

Modules§

Structs§

Enums§

Constants§

  • Status value describing a Token that is revoked, annulled, taken back, recalled or cancelled.
  • Type of a JWT representing a status list.
  • Status value describing a Token that is temporarily invalid, hanging, debarred from privilege.
  • Status value describing a Token that is valid, correct or legal.

Type Aliases§