Class AuthenticationServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.blocking.threeDS.AuthenticationService.WithRawResponse
public final class AuthenticationServiceImpl.WithRawResponseImpl implements AuthenticationService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AuthenticationService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<AuthenticationRetrieveResponse>retrieve(ThreeDSAuthenticationRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<AuthenticationSimulateResponse>simulate(ThreeDSAuthenticationSimulateParams params, RequestOptions requestOptions)HttpResponsesimulateOtpEntry(ThreeDSAuthenticationSimulateOtpEntryParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.blocking.threeDS.AuthenticationService.WithRawResponse
retrieve, retrieve, retrieve, retrieve, retrieve, simulate, simulateOtpEntry -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
AuthenticationService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
HttpResponseFor<AuthenticationRetrieveResponse> retrieve(ThreeDSAuthenticationRetrieveParams params, RequestOptions requestOptions)
-
simulate
HttpResponseFor<AuthenticationSimulateResponse> simulate(ThreeDSAuthenticationSimulateParams params, RequestOptions requestOptions)
-
simulateOtpEntry
HttpResponse simulateOtpEntry(ThreeDSAuthenticationSimulateOtpEntryParams params, RequestOptions requestOptions)
-
-
-
-