Joken v1.2.0 Joken.Token

This is the data structure that holds the token state.

Summary

Types

claim_function_map :: %{binary => function}
claims :: %{binary => any}
error :: binary
header :: %{binary => any}
json_module :: module
t :: %Joken.Token{claims: claims, claims_generation: claim_function_map, error: error, header: term, json_module: module, signer: signer, token: token, validations: claim_function_map}
token :: binary