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§
- JWT encoding of a Status Lists.
Structs§
- Status List.
- Number of bits per Referenced Token in a Status List.
Enums§
- Token Status List, serialized as a JWT or CWT.
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§
- Status List JWT.