# `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: term(),
  scope_display_names: term(),
  scopes: term(),
  sub: term(),
  sub_type: term()
}
```

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

# `schema_name`

---

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