Tyk · Schema

ExternalOAuth

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
enabled boolean
providers array
View JSON Schema on GitHub

JSON Schema

tyk-gateway-external-o-auth-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ExternalOAuth",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "providers": {
      "type": "array"
    }
  }
}