java.lang.Object | ||
↳ | com.google.android.gms.common.api.Response<com.google.android.gms.safetynet.SafetyNetApi.RecaptchaTokenResult> | |
↳ | com.google.android.gms.safetynet.SafetyNetApi.RecaptchaTokenResponse |
Response
from verifyWithRecaptcha(String)
.
This Result contains a reCAPTCHA user response token and third party clients should use this token to verify the user, see Verify the user's response. The token must be validated on the server side to determine whether the user has passed the challenge.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the reCAPTCHA user response token which must be validated by calling the siteverify
method described in
Verify the user's response.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Gets the reCAPTCHA user response token which must be validated by calling the siteverify method described in Verify the user's response.
Returns | |
---|---|
String |
A user response token. |