Auth0 · Schema

PhoneProviderCredentials

Provider credentials required to use authenticate to the provider.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-phoneprovidercredentials-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PhoneProviderCredentials",
  "title": "PhoneProviderCredentials",
  "description": "Provider credentials required to use authenticate to the provider.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/TwilioProviderCredentials"
    },
    {
      "$ref": "#/components/schemas/CustomProviderCredentials"
    }
  ]
}