com.dropbox.client2.session
Class WebAuthSession.WebAuthInfo

java.lang.Object
  extended by com.dropbox.client2.session.WebAuthSession.WebAuthInfo
Enclosing class:
WebAuthSession

public static final class WebAuthSession.WebAuthInfo
extends java.lang.Object

Contains the info needed to send the user to the Dropbox web auth page and later retrieve an access token + secret.


Field Summary
 RequestTokenPair requestTokenPair
          The request token to later use with WebAuthSession.retrieveWebAccessToken(RequestTokenPair).
 java.lang.String url
          The URL to redirect the user to.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

public final java.lang.String url
The URL to redirect the user to.


requestTokenPair

public final RequestTokenPair requestTokenPair
The request token to later use with WebAuthSession.retrieveWebAccessToken(RequestTokenPair). Expires after a short amount of time (currently 5 minutes).