Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 6.3 KB

oauth2clientconfiguration.md

File metadata and controls

17 lines (14 loc) · 6.3 KB

OAuth2ClientConfiguration

Fields

Field Type Required Description
redirect_uris List[str] ✔️ N/A
client_name str ✔️ N/A
token_endpoint_auth_method Optional[models.OAuth2ClientConfigurationTokenEndpointAuthMethod] N/A
grant_types List[models.OAuth2ClientConfigurationGrantTypes] 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