| Class and Description |
|---|
| com.dropbox.core.DbxWebAuthNoRedirect
use
DbxWebAuth instead with a DbxWebAuth.Request configured with no
redirect URI (see DbxWebAuth.Request.Builder.withNoRedirect()). |
| Constructor and Description |
|---|
| com.dropbox.core.DbxAuthFinish(String, String, String, String, String) |
| com.dropbox.core.DbxRequestConfig(String, String)
Use
DbxRequestConfig.newBuilder(java.lang.String) to customize configuration |
| com.dropbox.core.DbxRequestConfig(String, String, HttpRequestor)
Use
DbxRequestConfig.newBuilder(java.lang.String) to customize configuration |
| com.dropbox.core.DbxWebAuth(DbxRequestConfig, DbxAppInfo, String, DbxSessionStore) |