# `PolarExpress.Schemas.TokenResponse`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/token_response.ex#L2)

TokenResponse

# `t`

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

* `access_token`
* `expires_in`
* `id_token`
* `refresh_token` - Nullable.
* `scope`
* `token_type`

# `schema_name`

---

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