Uses of Class
com.github.scribejava.core.model.OAuth1RequestToken
Packages that use OAuth1RequestToken
Package
Description
-
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 OAuth1RequestTokenModifier and TypeMethodDescriptionDefaultApi10a.getRequestTokenExtractor()Returns the request token extractor.Methods in com.github.scribejava.core.builder.api with parameters of type OAuth1RequestTokenModifier and TypeMethodDescriptionDefaultApi10a.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 OAuth1RequestTokenModifier and TypeMethodDescriptionprotected 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 OAuth1RequestTokenMethods in com.github.scribejava.core.oauth that return types with arguments of type OAuth1RequestTokenModifier and TypeMethodDescriptionOAuth10aService.getRequestTokenAsync()OAuth10aService.getRequestTokenAsync(OAuthAsyncRequestCallback<OAuth1RequestToken> callback) Methods in com.github.scribejava.core.oauth with parameters of type OAuth1RequestTokenModifier and TypeMethodDescriptionOAuth10aService.getAccessToken(OAuth1RequestToken requestToken, String oauthVerifier) OAuth10aService.getAccessTokenAsync(OAuth1RequestToken requestToken, String oauthVerifier) OAuth10aService.getAccessTokenAsync(OAuth1RequestToken requestToken, String oauthVerifier, OAuthAsyncRequestCallback<OAuth1AccessToken> callback) Start the request to retrieve the access token.OAuth10aService.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 OAuth1RequestTokenModifier and TypeMethodDescriptionOAuth10aService.getRequestTokenAsync(OAuthAsyncRequestCallback<OAuth1RequestToken> callback)