Crate jwt_boiler

Source

Enums§

Error
JwtError
Value
Represents any valid JSON value.

Functions§

from_token
from_value
Interpret a serde_json::Value as an instance of type T.
to_hash
to_token
to_value
Convert a T into serde_json::Value which is an enum that can represent any valid JSON data.
verify