Auth0 · Schema

UserAuthenticationMethodProperties

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
type object
id string
View JSON Schema on GitHub

JSON Schema

auth0-userauthenticationmethodproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserAuthenticationMethodProperties",
  "title": "UserAuthenticationMethodProperties",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "type": {
      "$ref": "#/components/schemas/UserAuthenticationMethodPropertiesEnum"
    },
    "id": {
      "type": "string",
      "format": "authenticator-id"
    }
  }
}