Class AuthenticationServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.threeDS.AuthenticationServiceAsync.WithRawResponse
public final class AuthenticationServiceAsyncImpl.WithRawResponseImpl implements AuthenticationServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AuthenticationServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<AuthenticationRetrieveResponse>>retrieve(ThreeDSAuthenticationRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<AuthenticationSimulateResponse>>simulate(ThreeDSAuthenticationSimulateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>simulateOtpEntry(ThreeDSAuthenticationSimulateOtpEntryParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.async.threeDS.AuthenticationServiceAsync.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
AuthenticationServiceAsync.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
CompletableFuture<HttpResponseFor<AuthenticationRetrieveResponse>> retrieve(ThreeDSAuthenticationRetrieveParams params, RequestOptions requestOptions)
-
simulate
CompletableFuture<HttpResponseFor<AuthenticationSimulateResponse>> simulate(ThreeDSAuthenticationSimulateParams params, RequestOptions requestOptions)
-
simulateOtpEntry
CompletableFuture<HttpResponse> simulateOtpEntry(ThreeDSAuthenticationSimulateOtpEntryParams params, RequestOptions requestOptions)
-
-
-
-