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

Header
The Header struct contains the header of the JWT.
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§

Algorithm
The Algorithm enum contains a list of supported algorithms.