Auth0.Entity.Client (Auth0Api v1.4.0) View Source

Documentation for entity of Client.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.Client{
  addons: Auth0.Entity.Client.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_id: String.t(),
  client_metadata: map(),
  client_secret: String.t(),
  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.Entity.Client.EncryptionKey.t(),
  form_template: String.t(),
  global: boolean(),
  grant_types: [String.t()],
  initiate_login_uri: String.t(),
  is_first_party: boolean(),
  jwt_configuration: Auth0.Entity.Client.JwtConfiguration.t(),
  logo_uri: String.t(),
  mobile: Auth0.Entity.Client.Mobile.t(),
  name: String.t(),
  native_social_login: Auth0.Entity.Client.NativeSocialLogin.t(),
  oidc_conformant: boolean(),
  organization_require_behavior: String.t(),
  organization_usage: String.t(),
  refresh_token: Auth0.Entity.Client.RefreshToken.t(),
  signing_keys: [map()],
  sso: boolean(),
  sso_disabled: boolean(),
  tenant: String.t(),
  token_endpoint_auth_method: String.t(),
  web_origins: [String.t()]
}

Link to this section Functions

Specs

from(map()) :: t()