# `Polarex.TokenResponse`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/token_response.ex#L1)

Provides struct and type for a TokenResponse

# `t`

```elixir
@type t() :: %Polarex.TokenResponse{
  access_token: String.t(),
  expires_in: integer(),
  id_token: String.t() | nil,
  refresh_token: String.t() | nil,
  scope: String.t(),
  token_type: String.t()
}
```

---

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