Auth0 · Schema

NativeSocialLogin

Configure native social settings

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
apple object
facebook object
google object
View JSON Schema on GitHub

JSON Schema

auth0-nativesociallogin-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NativeSocialLogin",
  "title": "NativeSocialLogin",
  "type": "object",
  "description": "Configure native social settings",
  "additionalProperties": false,
  "minProperties": 1,
  "properties": {
    "apple": {
      "$ref": "#/components/schemas/NativeSocialLoginApple"
    },
    "facebook": {
      "$ref": "#/components/schemas/NativeSocialLoginFacebook"
    },
    "google": {
      "$ref": "#/components/schemas/NativeSocialLoginGoogle"
    }
  }
}