data class RecaptchaAction
kotlin.Any | |
↳ | com.google.android.recaptcha.RecaptchaAction |
Actions (e.g., RecaptchaAction.login) intended to be protected by reCAPTCHA. An instance of this object should be passed to RecaptchaClient.execute or RecaptchaTasksClient.executeTask.
If the user action you try to protect from is not listed here, please create a custom RecaptchaAction using RecaptchaAction.custom.
Summary
Companion functions |
|
---|---|
RecaptchaAction |
A customized user action. |
Properties |
|
---|---|
String |
Label of protected action. |
Companion properties |
|
---|---|
RecaptchaAction |
Indicates that the protected action is a Login workflow. |
RecaptchaAction |
Indicates that the protected action is a Signup workflow. |