Auth0 · Schema

ConnectionPasskeyChallengeUIEnum

Controls the UI used to challenge the user for their passkey.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionpasskeychallengeuienum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionPasskeyChallengeUIEnum",
  "title": "ConnectionPasskeyChallengeUIEnum",
  "type": "string",
  "description": "Controls the UI used to challenge the user for their passkey.",
  "enum": [
    "both",
    "autofill",
    "button"
  ]
}