Class HttpExecuteOAuth1Interceptor
- java.lang.Object
-
- com.mastercard.developer.interceptors.HttpExecuteOAuth1Interceptor
-
- All Implemented Interfaces:
com.google.api.client.http.HttpExecuteInterceptor
public class HttpExecuteOAuth1Interceptor extends Object implements com.google.api.client.http.HttpExecuteInterceptor
A Google Client API interceptor for computing and adding an OAuth1 authorization header to HTTP requests. See also: https://developers.google.com/api-client-library/java/google-http-java-client/reference/1.20.0/com/google/api/client/http/HttpExecuteInterceptor.
-
-
Constructor Summary
Constructors Constructor Description HttpExecuteOAuth1Interceptor(String consumerKey, PrivateKey signingKey)
-
-
-
Constructor Detail
-
HttpExecuteOAuth1Interceptor
public HttpExecuteOAuth1Interceptor(String consumerKey, PrivateKey signingKey)
-
-
Method Detail
-
intercept
public void intercept(com.google.api.client.http.HttpRequest request) throws IOException- Specified by:
interceptin interfacecom.google.api.client.http.HttpExecuteInterceptor- Throws:
IOException
-
-