Package com.courier.services.async
Class AuthServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.AuthServiceAsync.WithRawResponse
public final class AuthServiceAsyncImpl.WithRawResponseImpl implements AuthServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AuthServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<AuthIssueTokenResponse>>issueToken(AuthIssueTokenParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
AuthServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
issueToken
CompletableFuture<HttpResponseFor<AuthIssueTokenResponse>> issueToken(AuthIssueTokenParams params, RequestOptions requestOptions)
-
-
-
-