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

OAuth2ClientConfigurationUpdate

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.OAuth2ClientConfigurationUpdate{
  client_id: term(),
  client_name: term(),
  client_uri: term(),
  default_sub_type: term(),
  grant_types: term(),
  logo_uri: term(),
  policy_uri: term(),
  redirect_uris: term(),
  response_types: term(),
  scope: term(),
  token_endpoint_auth_method: term(),
  tos_uri: term()
}
```

* `client_id`
* `client_name`
* `client_uri` - Nullable.
* `default_sub_type`
* `grant_types`
* `logo_uri` - Nullable.
* `policy_uri` - Nullable.
* `redirect_uris`
* `response_types`
* `scope`
* `token_endpoint_auth_method` - Possible values: `client_secret_basic`, `client_secret_post`, `none`.
* `tos_uri` - Nullable.

# `schema_name`

---

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