ReCaptchaEnterpriseCallback

Journey callback for Google ReCaptcha Enterprise verification.

Integrates ReCaptcha Enterprise into Journey authentication flows for bot protection. Automatically instantiated by the server when verification is required.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ReCaptcha Enterprise site key from server.

Functions

Link copied to clipboard
protected open override fun init(name: String, value: JsonElement)

Initializes callback from server configuration.

Link copied to clipboard
suspend fun verify(block: ReCaptchaEnterpriseConfig.() -> Unit): Result<String>

Performs ReCaptcha Enterprise verification.