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

Packages that use AccessTokenPair
com.dropbox.client2.session   
 

Uses of AccessTokenPair in com.dropbox.client2.session
 

Subclasses of AccessTokenPair in com.dropbox.client2.session
 class RequestTokenPair
           Holds a request token and secret for the web OAuth flow.
 

Methods in com.dropbox.client2.session that return AccessTokenPair
 AccessTokenPair AbstractSession.getAccessTokenPair()
           
 AccessTokenPair Session.getAccessTokenPair()
          Returns the currently logged in user's access token and secret.
 

Methods in com.dropbox.client2.session with parameters of type AccessTokenPair
 void AbstractSession.setAccessTokenPair(AccessTokenPair accessTokenPair)
          Links the session with the given access token and secret.
 

Constructors in com.dropbox.client2.session with parameters of type AccessTokenPair
AbstractSession(AppKeyPair appKeyPair, Session.AccessType type, AccessTokenPair accessTokenPair)
          Creates a new session with the given app key and secret, and access type.
WebAuthSession(AppKeyPair appKeyPair, Session.AccessType type, AccessTokenPair accessTokenPair)
          Creates a new web auth session with the given app key pair and access type.
 



Copyright © 2012. All Rights Reserved.