Crate gel_jwt

Crate gel_jwt 

Source

Structs§

BareKey
BarePrivateKey
A bare private key contains one of the following:
BarePublicKey
Key
A key which is either a private or public key.
KeyRegistry
A collection of Key or PublicKey objects.
KeyValidationError
PrivateKey
A private key with key-signing capabilities.
PublicKey
A public key with key-validation capabilities.
SigningContext
ValidationContext

Enums§

Any
A type similar to serde_json::Value that can be serialized and deserialized from a JWT token.
KeyError
KeyType
OpaqueValidationFailureReason
A reason for validation failure that is opaque to debugging or printing to avoid leaking information about the token failure.
SignatureError
ValidationError
ValidationType