Auth0 · Schema

ConnectionOptionsProtocolEnumTwitter

Allowed protocol identifiers for Twitter connections. Use oauth1 for the legacy v1.1 OAuth flow or oauth2 for the newer OAuth 2.0 flow.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionoptionsprotocolenumtwitter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionOptionsProtocolEnumTwitter",
  "title": "ConnectionOptionsProtocolEnumTwitter",
  "description": "Allowed protocol identifiers for Twitter connections. Use oauth1 for the legacy v1.1 OAuth flow or oauth2 for the newer OAuth 2.0 flow.",
  "type": "string",
  "enum": [
    "oauth1",
    "oauth2"
  ]
}