Uses of Class
com.github.scribejava.core.model.OAuth1AccessToken
-
Packages that use OAuth1AccessToken Package Description com.github.scribejava.core.builder.api com.github.scribejava.core.extractors com.github.scribejava.core.oauth -
-
Uses of OAuth1AccessToken in com.github.scribejava.core.builder.api
Methods in com.github.scribejava.core.builder.api that return types with arguments of type OAuth1AccessToken Modifier and Type Method Description TokenExtractor<OAuth1AccessToken>DefaultApi10a. getAccessTokenExtractor()Returns the access token extractor. -
Uses of OAuth1AccessToken in com.github.scribejava.core.extractors
Methods in com.github.scribejava.core.extractors that return OAuth1AccessToken Modifier and Type Method Description protected OAuth1AccessTokenOAuth1AccessTokenExtractor. createToken(java.lang.String token, java.lang.String secret, java.lang.String response)protected OAuth1AccessTokenOAuth1AccessTokenJSONExtractor. createToken(java.lang.String token, java.lang.String secret, java.lang.String response) -
Uses of OAuth1AccessToken in com.github.scribejava.core.oauth
Methods in com.github.scribejava.core.oauth that return OAuth1AccessToken Modifier and Type Method Description OAuth1AccessTokenOAuth10aService. getAccessToken(OAuth1RequestToken requestToken, java.lang.String oauthVerifier)Methods in com.github.scribejava.core.oauth that return types with arguments of type OAuth1AccessToken Modifier and Type Method Description java.util.concurrent.Future<OAuth1AccessToken>OAuth10aService. getAccessTokenAsync(OAuth1RequestToken requestToken, java.lang.String oauthVerifier)java.util.concurrent.Future<OAuth1AccessToken>OAuth10aService. getAccessTokenAsync(OAuth1RequestToken requestToken, java.lang.String oauthVerifier, OAuthAsyncRequestCallback<OAuth1AccessToken> callback)Start the request to retrieve the access token.Methods in com.github.scribejava.core.oauth with parameters of type OAuth1AccessToken Modifier and Type Method Description voidOAuth10aService. signRequest(OAuth1AccessToken token, OAuthRequest request)Method parameters in com.github.scribejava.core.oauth with type arguments of type OAuth1AccessToken Modifier and Type Method Description java.util.concurrent.Future<OAuth1AccessToken>OAuth10aService. getAccessTokenAsync(OAuth1RequestToken requestToken, java.lang.String oauthVerifier, OAuthAsyncRequestCallback<OAuth1AccessToken> callback)Start the request to retrieve the access token.
-