Interface AccessTokenService.WithRawResponse
-
- All Implemented Interfaces:
public interface AccessTokenService.WithRawResponseA view of AccessTokenService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<CreateAccessTokenResponse>create(AccessTokenCreateParams params)Returns a raw HTTP response for post /auth/token, but is otherwise the same as AccessTokenService.create.abstract HttpResponseFor<CreateAccessTokenResponse>create(AccessTokenCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
@MustBeClosed() HttpResponseFor<CreateAccessTokenResponse> create(AccessTokenCreateParams params)
Returns a raw HTTP response for
post /auth/token, but is otherwise the same as AccessTokenService.create.
-
create
@MustBeClosed() abstract HttpResponseFor<CreateAccessTokenResponse> create(AccessTokenCreateParams params, RequestOptions requestOptions)
-
-
-
-