com.google.android.gms.recaptcha
Stay organized with collections
Save and categorize content based on your preferences.
Annotations
RecaptchaActionType.Action
|
User interaction that needs to be verified while
the user is performing the workflow you would like to protect. |
Interfaces
RecaptchaClient
|
The main entry point for interacting with the
reCAPTCHA API. |
Classes
Recaptcha
|
The reCAPTCHA API provides access to Google Cloud
services that help you protect your app from spam and other abusive actions. |
RecaptchaAction
|
Actions (e.g., login) intended to be protected by
reCAPTCHA. |
RecaptchaActionType
|
Collection of predefined actions used by
RecaptchaHandle. |
RecaptchaHandle
|
Information pertaining to reCAPTCHA handle, which
is used to identify the initialized reCAPTCHA service. |
RecaptchaOptionalObject<T>
|
Class for wrapping an optional object (i.e., an
immutable object that may contain a non-null reference to another object) to be used in
VerificationResult . |
RecaptchaResultData
|
Information pertaining to reCAPTCHA result
data. |
RecaptchaStatusCodes
|
Status codes for the reCAPTCHA API. |
VerificationHandle
|
Stores the information required to verify an
account. |
VerificationResult
|
Immmutable object to hold the result of a
verification operation. |
Exceptions
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["The reCAPTCHA API helps protect your app from spam and abusive actions by providing access to Google Cloud services."],["`RecaptchaClient` is the primary entry point for interacting with the reCAPTCHA API."],["The API includes functionality for defining actions to be protected, managing reCAPTCHA handles, and verifying user interactions."],["Results and status codes are provided through dedicated classes for easy integration and error handling."],["Potential exceptions, such as network issues or server errors, are handled via specific exception classes like `HttpStatusException` and `RecaptchaNetworkException`."]]],[]]