|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dropbox.client2.session.WebAuthSession.WebAuthInfo
public static final class WebAuthSession.WebAuthInfo
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 |
---|
public final java.lang.String url
public final RequestTokenPair requestTokenPair
WebAuthSession.retrieveWebAccessToken(RequestTokenPair)
.
Expires after a short amount of time (currently 5 minutes).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |