Auth0 · Schema

ClientMobile

Additional configuration for native mobile apps.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
android object
ios object
View JSON Schema on GitHub

JSON Schema

auth0-clientmobile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientMobile",
  "title": "ClientMobile",
  "type": "object",
  "description": "Additional configuration for native mobile apps.",
  "additionalProperties": true,
  "properties": {
    "android": {
      "$ref": "#/components/schemas/ClientMobileAndroid"
    },
    "ios": {
      "$ref": "#/components/schemas/ClientMobileiOS"
    }
  }
}