A protocol for converting grants into JWT claims.
The attributes of the claim.
The type of claim this grant is.
t() :: term()
def attrs(grant) do %{"name" => grant.name} end
def type(_grant), do: "chat"