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

AuthorizeResponseUser

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.AuthorizeResponseUser{
  client: PolarExpress.Schemas.OAuth2ClientPublic.t() | nil,
  scope_display_names: %{required(String.t()) =&gt; String.t()} | nil,
  scopes: [PolarExpress.Schemas.Scope.t()] | nil,
  sub: PolarExpress.Schemas.AuthorizeUser.t() | nil,
  sub_type: String.t() | nil
}
```

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

# `schema_name`

---

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