クラス
oauth.signpost.exception.OAuthNotAuthorizedException の使用

OAuthNotAuthorizedException を使用しているパッケージ
oauth.signpost   
 

oauth.signpost での OAuthNotAuthorizedException の使用
 

OAuthNotAuthorizedException をスローする oauth.signpost のメソッド
 void OAuthProvider.retrieveAccessToken(OAuthConsumer consumer, String oauthVerifier, String... customOAuthParams)
          Queries the service provider for an access token.
 void AbstractOAuthProvider.retrieveAccessToken(OAuthConsumer consumer, String oauthVerifier, String... customOAuthParams)
           
 String OAuthProvider.retrieveRequestToken(OAuthConsumer consumer, String callbackUrl, String... customOAuthParams)
          Queries the service provider for a request token.
 String AbstractOAuthProvider.retrieveRequestToken(OAuthConsumer consumer, String callbackUrl, String... customOAuthParams)
           
protected  void AbstractOAuthProvider.retrieveToken(OAuthConsumer consumer, String endpointUrl, HttpParameters customOAuthParams)
           Implemented by subclasses.
 



Copyright © 2012. All Rights Reserved.