Module josekit::jwt[][src]

Expand description

JSON Web Token (JWT) support.

Re-exports

pub use crate::jwt::alg::unsecured::UnsecuredJwsAlgorithm::None;

Modules

Structs

Represents JWT payload validator.

Functions

Return the Jose header decoded from JWT.

Return the JWT object decoded with the “none” algorithm.

Return the JWT object decoded by the selected decrypter.

Return the JWT object decoded by using a JWK set.

Return the JWT object decoded with a selected decrypting algorithm.

Return the JWT object decoded by the selected verifier.

Return the JWT object decoded by using a JWK set.

Return the JWT object decoded with a selected verifying algorithm.

Return the string repsentation of the JWT with a “none” algorithm.

Return the string repsentation of the JWT with the encrypting algorithm.

Return the string repsentation of the JWT with the siginig algorithm.