PolarExpress.Schemas.OAuth2ClientConfigurationUpdate
(polar_express v0.2.2)
Copy Markdown
View Source
OAuth2ClientConfigurationUpdate
Summary
Types
@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_idclient_nameclient_uri- Nullable.default_sub_typegrant_typeslogo_uri- Nullable.policy_uri- Nullable.redirect_urisresponse_typesscopetoken_endpoint_auth_method- Possible values:client_secret_basic,client_secret_post,none.tos_uri- Nullable.