Auth0 · Schema

ConnectionOptionsInstagram

Options for the 'instagram' connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionoptionsinstagram-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionOptionsInstagram",
  "title": "ConnectionOptionsInstagram",
  "description": "Options for the 'instagram' connection",
  "type": "object",
  "additionalProperties": true,
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionOptionsOAuth2Common"
    },
    {
      "type": "object",
      "properties": {}
    }
  ],
  "x-release-lifecycle": "deprecated"
}