Przejdź do głównej zawartości

BotProtectionProviderInfo

Single bot protection provider config

type BotProtectionProviderInfo {
provider: String!
scriptUrl: String!
siteKey: String!
}

Fields

BotProtectionProviderInfo.provider ● String! non-null scalar

Provider identifier: eucaptcha | turnstile | recaptcha

BotProtectionProviderInfo.scriptUrl ● String! non-null scalar

Script URL (configurable, region/enterprise overrides)

BotProtectionProviderInfo.siteKey ● String! non-null scalar

Site key for the bot protection widget

Member Of

BotProtectionInfo object