Joken v1.3.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, errors: errors, header: term, json_module: module, signer: signer, token: token, validations: claim_function_map}
token :: binary