# `PolarExpress.Resources.Oauth2`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/resources/oauth2.ex#L2)

Oauth2

Oauth2 API operations.

# `t`

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

* `access_token`
* `expires_in`
* `id_token`
* `refresh_token`
* `scope`
* `token_type`

# `object_name`

---

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