Auth0 · Schema

ConnectionStrategyVersionEnumWindowsLive

Version number of the windowslive strategy implementation.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionstrategyversionenumwindowslive-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionStrategyVersionEnumWindowsLive",
  "title": "ConnectionStrategyVersionEnumWindowsLive",
  "type": "integer",
  "description": "Version number of the windowslive strategy implementation.",
  "default": 2,
  "enum": [
    1,
    2
  ]
}