com.dropbox.client2.session
Class AppKeyPair

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

public final class AppKeyPair
extends TokenPair

Holds your app's key and secret.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dropbox.client2.session.TokenPair
key, secret
 
Constructor Summary
AppKeyPair(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

AppKeyPair

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