Joken v1.5.0 Joken.Token

This is the data structure that holds the token state.

Summary

Types

claim_function_map :: %{optional(binary) => function}
claims :: %{optional(binary) => any}
error :: binary
errors :: [binary]
header :: %{optional(binary) => any}
json_module :: module
t :: %Joken.Token{claims: claims, claims_generation: claim_function_map, error: error | nil, errors: errors, header: term, json_module: module, signer: signer | nil, token: token | nil, validations: claim_function_map}
token :: binary