Alokai

ReCaptchaConfigurationV3

Contains reCAPTCHA V3-Invisible configuration details.

type ReCaptchaConfigurationV3 = {
  __typename?: 'ReCaptchaConfigurationV3'; /** The position of the invisible reCAPTCHA badge on each page. */
  badge_position: Scalars['String']['output']; /** The message that appears to the user if validation fails. */
  failure_message: Scalars['String']['output']; /** A list of forms on the storefront that have been configured to use reCAPTCHA V3. */
  forms: Array<Maybe<ReCaptchaFormEnum>>; /** Return whether recaptcha is enabled or not */
  is_enabled: Scalars['Boolean']['output']; /** A two-character code that specifies the language that is used for Google reCAPTCHA text and messaging. */
  language_code?: Maybe<Scalars['String']['output']>; /** The minimum score that identifies a user interaction as a potential risk. */
  minimum_score: Scalars['Float']['output']; /** Theme to be used to render reCaptcha. */
  theme: Scalars['String']['output']; /** The website key generated when the Google reCAPTCHA account was registered. */
  website_key: Scalars['String']['output'];
};

Referenced Types

On this page