RecaptchaConfig

interface RecaptchaConfig

Configuration interface for Google reCAPTCHA integration.

Implement this interface to provide the necessary keys and enable/disable reCAPTCHA functionality.

Properties

Link copied to clipboard

Indicates whether reCAPTCHA validation is enabled.

Link copied to clipboard
abstract val recaptchaSecretKey: String?

The secret key for reCAPTCHA, or null if not set.

Link copied to clipboard
abstract val recaptchaSiteKey: String?

The public site key for reCAPTCHA, or null if not set.