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

Packages that use AppKeyPair
com.dropbox.client2.session   
 

Uses of AppKeyPair in com.dropbox.client2.session
 

Methods in com.dropbox.client2.session that return AppKeyPair
 AppKeyPair AbstractSession.getAppKeyPair()
           
 AppKeyPair Session.getAppKeyPair()
          Returns the app key and secret.
 

Constructors in com.dropbox.client2.session with parameters of type AppKeyPair
AbstractSession(AppKeyPair appKeyPair, Session.AccessType type)
          Creates a new session with the given app key and secret, and access type.
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)
          Creates a new web auth session with the given app key pair 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.