# `Charon.Models.Tokens`
[🔗](https://github.com/weareyipyip/charon/blob/v4.3.0/lib/charon/models/tokens.ex#L1)

Tokens to be communicated to the client.

# `t`

```elixir
@type t() :: %Charon.Models.Tokens{
  access_token: String.t() | nil,
  access_token_exp: integer(),
  refresh_token: String.t() | nil,
  refresh_token_exp: integer()
}
```

---

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