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

AuthorizationCodeTokenRequest

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.AuthorizationCodeTokenRequest{
  client_id: String.t() | nil,
  client_secret: String.t() | nil,
  code: String.t() | nil,
  grant_type: String.t() | nil,
  redirect_uri: String.t() | nil
}
```

* `client_id`
* `client_secret`
* `code`
* `grant_type`
* `redirect_uri` - Format: uri. Max length: 2083.

# `schema_name`

---

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