Uses of Class
com.dropbox.client2.session.RequestTokenPair

Packages that use RequestTokenPair
com.dropbox.client2.session   
 

Uses of RequestTokenPair in com.dropbox.client2.session
 

Fields in com.dropbox.client2.session declared as RequestTokenPair
 RequestTokenPair WebAuthSession.WebAuthInfo.requestTokenPair
          The request token to later use with WebAuthSession.retrieveWebAccessToken(RequestTokenPair).
 

Methods in com.dropbox.client2.session with parameters of type RequestTokenPair
 String WebAuthSession.retrieveWebAccessToken(RequestTokenPair requestTokenPair)
          When called after the user is done authenticating, sets the user's access token + secret on this session.
 



Copyright © 2012. All Rights Reserved.