Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 7.43 KB

oauth2clientconfigurationupdate.md

File metadata and controls

18 lines (15 loc) · 7.43 KB

OAuth2ClientConfigurationUpdate

Fields

Field Type Required Description
redirect_uris List[str] ✔️ N/A
client_name str ✔️ N/A
client_id str ✔️ N/A
token_endpoint_auth_method Optional[models.OAuth2ClientConfigurationUpdateTokenEndpointAuthMethod] N/A
grant_types List[models.OAuth2ClientConfigurationUpdateGrantTypes] N/A
response_types List[str] N/A
scope Optional[str] N/A
client_uri OptionalNullable[str] N/A
logo_uri OptionalNullable[str] N/A
tos_uri OptionalNullable[str] N/A
policy_uri OptionalNullable[str] N/A