Paseto.Token (paseto v1.4.1)

The Token represents the claims object passed between services, over rpc, &c.

Link to this section Summary

Link to this section Types

@type t() :: %{
  version: String.t(),
  purpose: String.t(),
  payload: String.t(),
  footer: nil | String.t()
}