Module mini_functions::jwt

source ·
Expand description

Provides a full range of JSON Web Token (JWT) functionalities. Application JSON Web Token (JWT) functionality

Provides access to JSON Web Token (JWT) functions.

Structs

  • The Header struct contains the header of the JWT.
  • JWT is a struct that holds the JWT token and its associated claims. Provides a set of utility functions for working with JSON Web Tokens (JWTs) and JSON Web Signatures (JWSs).

Enums

  • The Algorithm enum contains a list of supported algorithms.