com.dropbox.client2.session
Class RequestTokenPair
java.lang.Object
com.dropbox.client2.session.TokenPair
com.dropbox.client2.session.AccessTokenPair
com.dropbox.client2.session.RequestTokenPair
- All Implemented Interfaces:
- Serializable
public final class RequestTokenPair
- extends AccessTokenPair
- implements Serializable
Holds a request token and secret for the web OAuth flow.
- See Also:
- Serialized Form
RequestTokenPair
public RequestTokenPair(String key,
String secret)
Copyright © 2012. All Rights Reserved.