com.dropbox.client2.session
Class WebAuthSession.WebAuthInfo
java.lang.Object
com.dropbox.client2.session.WebAuthSession.WebAuthInfo
- Enclosing class:
- WebAuthSession
public static final class WebAuthSession.WebAuthInfo
- extends Object
Contains the info needed to send the user to the Dropbox web auth page
and later retrieve an access token + secret.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
url
public final 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).
Copyright © 2012. All Rights Reserved.