Package com.courier.services.blocking
Class AuthServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.AuthService
public final class AuthServiceImpl implements AuthService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AuthService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AuthServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AuthIssueTokenResponseissueToken(AuthIssueTokenParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
AuthService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AuthService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
issueToken
AuthIssueTokenResponse issueToken(AuthIssueTokenParams params, RequestOptions requestOptions)
-
-
-
-