com.dropbox.client2.session
Class RequestTokenPair

java.lang.Object
  extended by com.dropbox.client2.session.TokenPair
      extended by com.dropbox.client2.session.AccessTokenPair
          extended by com.dropbox.client2.session.RequestTokenPair
All Implemented Interfaces:
java.io.Serializable

public final class RequestTokenPair
extends AccessTokenPair
implements java.io.Serializable

Holds a request token and secret for the web OAuth flow.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dropbox.client2.session.TokenPair
key, secret
 
Constructor Summary
RequestTokenPair(java.lang.String key, java.lang.String secret)
           
 
Method Summary
 
Methods inherited from class com.dropbox.client2.session.TokenPair
equals, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestTokenPair

public RequestTokenPair(java.lang.String key,
                        java.lang.String secret)