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