Module jsonwebtoken::errors
source · Expand description
All the errors that can be encountered while encoding/decoding JWTs
Structs§
- An error that can occur when encoding/decoding JWTs
Enums§
- The specific type of an error.
Type Aliases§
- A type alias for
Result<T, jsonwebtoken::errors::Error>
.