Interface OAuthGenerator.WithInterceptor
-
- Enclosing interface:
- OAuthGenerator
public static interface OAuthGenerator.WithInterceptor
Use a customOAuthTokenInterceptor
instead of the default one which depends on theOAuthMode
in use. See:OAuthTokenInterceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OAuthTokenInterceptor
getInterceptor()
-
-
-
Method Detail
-
getInterceptor
OAuthTokenInterceptor getInterceptor()
-
-