Uses of Class
com.github.scribejava.core.model.OAuth1RequestToken
-
Packages that use OAuth1RequestToken Package Description com.github.scribejava.core.builder.api com.github.scribejava.core.extractors com.github.scribejava.core.oauth -
-
Uses of OAuth1RequestToken in com.github.scribejava.core.builder.api
Methods in com.github.scribejava.core.builder.api that return types with arguments of type OAuth1RequestToken Modifier and Type Method Description TokenExtractor<OAuth1RequestToken>DefaultApi10a. getRequestTokenExtractor()Returns the request token extractor.Methods in com.github.scribejava.core.builder.api with parameters of type OAuth1RequestToken Modifier and Type Method Description StringDefaultApi10a. getAuthorizationUrl(OAuth1RequestToken requestToken)Returns the URL where you should redirect your users to authenticate your application. -
Uses of OAuth1RequestToken in com.github.scribejava.core.extractors
Methods in com.github.scribejava.core.extractors that return OAuth1RequestToken Modifier and Type Method Description protected OAuth1RequestTokenOAuth1RequestTokenExtractor. createToken(String token, String secret, String response)protected OAuth1RequestTokenOAuth1RequestTokenJSONExtractor. createToken(String token, String secret, String response) -
Uses of OAuth1RequestToken in com.github.scribejava.core.oauth
Methods in com.github.scribejava.core.oauth that return OAuth1RequestToken Modifier and Type Method Description OAuth1RequestTokenOAuth10aService. getRequestToken()Methods in com.github.scribejava.core.oauth that return types with arguments of type OAuth1RequestToken Modifier and Type Method Description Future<OAuth1RequestToken>OAuth10aService. getRequestTokenAsync()Future<OAuth1RequestToken>OAuth10aService. getRequestTokenAsync(OAuthAsyncRequestCallback<OAuth1RequestToken> callback)Methods in com.github.scribejava.core.oauth with parameters of type OAuth1RequestToken Modifier and Type Method Description OAuth1AccessTokenOAuth10aService. getAccessToken(OAuth1RequestToken requestToken, String oauthVerifier)Future<OAuth1AccessToken>OAuth10aService. getAccessTokenAsync(OAuth1RequestToken requestToken, String oauthVerifier)Future<OAuth1AccessToken>OAuth10aService. getAccessTokenAsync(OAuth1RequestToken requestToken, String oauthVerifier, OAuthAsyncRequestCallback<OAuth1AccessToken> callback)Start the request to retrieve the access token.StringOAuth10aService. getAuthorizationUrl(OAuth1RequestToken requestToken)Returns the URL where you should redirect your users to authenticate your application.protected OAuthRequestOAuth10aService. prepareAccessTokenRequest(OAuth1RequestToken requestToken, String oauthVerifier)Method parameters in com.github.scribejava.core.oauth with type arguments of type OAuth1RequestToken Modifier and Type Method Description Future<OAuth1RequestToken>OAuth10aService. getRequestTokenAsync(OAuthAsyncRequestCallback<OAuth1RequestToken> callback)
-