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

WebTokenRequest

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.WebTokenRequest{
  client_id: term(),
  client_secret: term(),
  grant_type: term(),
  scope: term(),
  session_token: term(),
  sub: term(),
  sub_type: term()
}
```

* `client_id`
* `client_secret`
* `grant_type`
* `scope` - Nullable.
* `session_token`
* `sub` - Nullable.
* `sub_type` - Possible values: `user`, `organization`.

# `schema_name`

---

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