Auth0.Management.Clients.Create.Params (Auth0Api v1.4.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Management.Clients.Create.Params{
  addons: Auth0.Management.Clients.Create.Params.Addons.t(),
  allowed_clients: [String.t()],
  allowed_logout_urls: [String.t()],
  allowed_origins: [String.t()],
  app_type: String.t(),
  callbacks: [String.t()],
  client_aliases: [String.t()],
  client_metadata: map(),
  cross_origin_auth: boolean(),
  cross_origin_loc: String.t(),
  custom_login_page: String.t(),
  custom_login_page_on: boolean(),
  custom_login_page_preview: String.t(),
  description: String.t(),
  encryption_key: Auth0.Management.Clients.Create.Params.EncryptionKey.t(),
  form_template: String.t(),
  grant_types: [String.t()],
  initiate_login_uri: String.t(),
  is_first_party: boolean(),
  jwt_configuration:
    Auth0.Management.Clients.Create.Params.JwtConfiguration.t(),
  logo_uri: String.t(),
  mobile: Auth0.Management.Clients.Create.Params.Mobile.t(),
  name: String.t(),
  native_social_login:
    Auth0.Management.Clients.Create.Params.NativeSocialLogin.t(),
  oidc_conformant: boolean(),
  organization_require_behavior: String.t(),
  organization_usage: String.t(),
  refresh_token: Auth0.Management.Clients.Create.Params.RefreshToken.t(),
  sso: boolean(),
  sso_disabled: boolean(),
  token_endpoint_auth_method: String.t(),
  web_origins: [String.t()]
}