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

AuthorizeResponseOrganization

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.AuthorizeResponseOrganization{
  client: term(),
  organizations: term(),
  scope_display_names: term(),
  scopes: term(),
  sub: term(),
  sub_type: term()
}
```

* `client`
* `organizations`
* `scope_display_names`
* `scopes`
* `sub` - Nullable.
* `sub_type`

# `schema_name`

---

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