# `Ory.Model.TokenAlgorithm`

- TOKEN_ALGORITHM_JWT: JWT with EdDSA (self-contained, signed)  - TOKEN_ALGORITHM_MACAROON: Macaroon with HMAC (self-contained, caveat-based)

# `t`

```elixir
@type t() :: %Ory.Model.TokenAlgorithm{}
```

# `decode`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
