Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 4.28 KB

File metadata and controls

18 lines (15 loc) · 4.28 KB

OAuth2ClientConfiguration

Fields

Field Type Required Description
redirect_uris List[str] ✔️ N/A
token_endpoint_auth_method Optional[models.TokenEndpointAuthMethod] N/A
grant_types List[models.GrantTypes] N/A
response_types List[str] N/A
scope Optional[str] N/A
client_name 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
default_sub_type Optional[models.SubType] N/A