Auth0 · Schema

ConnectionRequestTokenURLOAuth1

The URL of the OAuth 1.0a request-token endpoint. This endpoint is used to obtain a temporary request token during the OAuth 1.0a authentication flow.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionrequesttokenurloauth1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionRequestTokenURLOAuth1",
  "title": "ConnectionRequestTokenURLOAuth1",
  "description": "The URL of the OAuth 1.0a request-token endpoint. This endpoint is used to obtain a temporary request token during the OAuth 1.0a authentication flow.",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback255"
    }
  ]
}