ReCaptchaEnterpriseConfig

Configuration for ReCaptcha Enterprise verification.

DSL-based configuration used with ReCaptchaEnterpriseCallback.verify.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var customError: (throwable: Throwable) -> String

Generates error message from exception during verification.

Link copied to clipboard
var customPayload: JsonObject?

Optional custom metadata to send with verification.

Link copied to clipboard

Logger for verification process.

Link copied to clipboard
var recaptchaAction: RecaptchaAction

Verification action type (LOGIN, SIGNUP, or custom).

Link copied to clipboard

Verification timeout in milliseconds.