Auth0 · Schema

ConnectionOptionsWeibo

Options for the 'weibo' connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

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