Package com.courier.services.async
Class AuthServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.AuthServiceAsync
public final class AuthServiceAsyncImpl implements AuthServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AuthServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AuthServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<AuthIssueTokenResponse>issueToken(AuthIssueTokenParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
AuthServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AuthServiceAsync 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<AuthIssueTokenResponse> issueToken(AuthIssueTokenParams params, RequestOptions requestOptions)
-
-
-
-