# `Polarex.WebTokenRequest`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/web_token_request.ex#L1)

Provides struct and type for a WebTokenRequest

# `t`

```elixir
@type t() :: %Polarex.WebTokenRequest{
  client_id: String.t(),
  client_secret: String.t(),
  grant_type: String.t(),
  scope: String.t() | nil,
  session_token: String.t(),
  sub: String.t() | nil,
  sub_type: String.t() | nil
}
```

---

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