Uses of Class
com.github.scribejava.core.model.OAuth1AccessToken
Packages that use OAuth1AccessToken
Package
Description
-
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 OAuth1AccessTokenModifier and TypeMethodDescriptionDefaultApi10a.getAccessTokenExtractor()Returns the access token extractor. -
Uses of OAuth1AccessToken in com.github.scribejava.core.extractors
Methods in com.github.scribejava.core.extractors that return OAuth1AccessTokenModifier and TypeMethodDescriptionprotected OAuth1AccessTokenOAuth1AccessTokenExtractor.createToken(String token, String secret, String response) protected OAuth1AccessTokenOAuth1AccessTokenJSONExtractor.createToken(String token, String secret, String response) -
Uses of OAuth1AccessToken in com.github.scribejava.core.oauth
Methods in com.github.scribejava.core.oauth that return OAuth1AccessTokenModifier and TypeMethodDescriptionOAuth10aService.getAccessToken(OAuth1RequestToken requestToken, String oauthVerifier) Methods in com.github.scribejava.core.oauth that return types with arguments of type OAuth1AccessTokenModifier and TypeMethodDescriptionOAuth10aService.getAccessTokenAsync(OAuth1RequestToken requestToken, String oauthVerifier) OAuth10aService.getAccessTokenAsync(OAuth1RequestToken requestToken, String oauthVerifier, OAuthAsyncRequestCallback<OAuth1AccessToken> callback) Start the request to retrieve the access token.Methods in com.github.scribejava.core.oauth with parameters of type OAuth1AccessTokenModifier and TypeMethodDescriptionvoidOAuth10aService.signRequest(OAuth1AccessToken token, OAuthRequest request) Method parameters in com.github.scribejava.core.oauth with type arguments of type OAuth1AccessTokenModifier and TypeMethodDescriptionOAuth10aService.getAccessTokenAsync(OAuth1RequestToken requestToken, String oauthVerifier, OAuthAsyncRequestCallback<OAuth1AccessToken> callback) Start the request to retrieve the access token.