Class AuthenticationServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.threeDS.AuthenticationServiceAsync
public final class AuthenticationServiceAsyncImpl implements AuthenticationServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthenticationServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AuthenticationServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AuthenticationServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<AuthenticationRetrieveResponse>retrieve(ThreeDSAuthenticationRetrieveParams params, RequestOptions requestOptions)CompletableFuture<AuthenticationSimulateResponse>simulate(ThreeDSAuthenticationSimulateParams params, RequestOptions requestOptions)CompletableFuture<Void>simulateOtpEntry(ThreeDSAuthenticationSimulateOtpEntryParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.async.threeDS.AuthenticationServiceAsync
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
-
withRawResponse
AuthenticationServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AuthenticationServiceAsync 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<AuthenticationRetrieveResponse> retrieve(ThreeDSAuthenticationRetrieveParams params, RequestOptions requestOptions)
-
simulate
CompletableFuture<AuthenticationSimulateResponse> simulate(ThreeDSAuthenticationSimulateParams params, RequestOptions requestOptions)
-
simulateOtpEntry
CompletableFuture<Void> simulateOtpEntry(ThreeDSAuthenticationSimulateOtpEntryParams params, RequestOptions requestOptions)
-
-
-
-