Uses of Class
oauth.signpost.exception.OAuthNotAuthorizedException
Packages that use OAuthNotAuthorizedException
-
Uses of OAuthNotAuthorizedException in oauth.signpost
Methods in oauth.signpost that throw OAuthNotAuthorizedExceptionModifier and TypeMethodDescriptionvoid
AbstractOAuthProvider.retrieveAccessToken
(OAuthConsumer consumer, String oauthVerifier, String... customOAuthParams) void
OAuthProvider.retrieveAccessToken
(OAuthConsumer consumer, String oauthVerifier, String... customOAuthParams) Queries the service provider for an access token.AbstractOAuthProvider.retrieveRequestToken
(OAuthConsumer consumer, String callbackUrl, String... customOAuthParams) OAuthProvider.retrieveRequestToken
(OAuthConsumer consumer, String callbackUrl, String... customOAuthParams) Queries the service provider for a request token.protected void
AbstractOAuthProvider.retrieveToken
(OAuthConsumer consumer, String endpointUrl, HttpParameters customOAuthParams) Implemented by subclasses.