Joken v2.2.0 Joken.Claim View Source

Structure for a dynamic claim. It is used for holding functions that generate and validate claims.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Joken.Claim{
  generate: (... -> any()) | nil,
  options: list(),
  validate: (... -> any()) | nil
}