public interface OAuthFactory
Modifier and Type | Method and Description |
---|---|
OAuthManager |
createOAuthManager(String key,
String secret,
String accessURL,
String requestURL,
String callbackURL,
String scope) |
OAuthRequest |
createOAuthRequest(Verb verb,
String url) |
Token |
createToken(String token,
String secret) |
Verifier |
createVerifier(String verifier) |
OAuthManager createOAuthManager(String key, String secret, String accessURL, String requestURL, String callbackURL, String scope) throws OAuthException
OAuthException
OAuthRequest createOAuthRequest(Verb verb, String url) throws OAuthException
OAuthException
Token createToken(String token, String secret) throws OAuthException
OAuthException
Verifier createVerifier(String verifier) throws OAuthException
OAuthException