Alokai

ReCaptchaConfiguration

Contains reCAPTCHA form configuration details.

type ReCaptchaConfiguration = {
  __typename?: 'ReCaptchaConfiguration'; /** The position of the invisible reCAPTCHA badge on each page. */
  badge_position?: Maybe<Scalars['String']['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?: Maybe<Scalars['Float']['output']>;
  re_captcha_type: ReCaptchaTypeEmum; /** The message that appears when reCaptcha fails. */
  technical_failure_message: Scalars['String']['output']; /** Theme to be used to render reCaptcha. */
  theme: Scalars['String']['output']; /** The message that appears to the user if validation fails. */
  validation_failure_message: Scalars['String']['output']; /** The website key generated when the Google reCAPTCHA account was registered. */
  website_key: Scalars['String']['output'];
};

Referenced Types

On this page