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 TypeMethodDescriptionvoidAbstractOAuthProvider.retrieveAccessToken(OAuthConsumer consumer, String oauthVerifier, String... customOAuthParams) voidOAuthProvider.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 voidAbstractOAuthProvider.retrieveToken(OAuthConsumer consumer, String endpointUrl, HttpParameters customOAuthParams) Implemented by subclasses.