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