-
- All Implemented Interfaces:
-
com.gigya.android.sdk.auth.ISaptchaService
public final class SaptchaService<A extends GigyaAccount> implements ISaptchaService<A>
-
-
Constructor Summary
Constructors Constructor Description SaptchaService(IBusinessApiService<A> businessApiService)
-
Method Summary
Modifier and Type Method Description UnitstartChallenge(GigyaCallback<GigyaApiResponse> callback)UnitverifyChallenge(String token, GigyaCallback<GigyaApiResponse> callback)-
-
Constructor Detail
-
SaptchaService
SaptchaService(IBusinessApiService<A> businessApiService)
-
-
Method Detail
-
startChallenge
Unit startChallenge(GigyaCallback<GigyaApiResponse> callback)
-
verifyChallenge
Unit verifyChallenge(String token, GigyaCallback<GigyaApiResponse> callback)
-
-
-
-