| Package | Description |
|---|---|
| com.dropbox.core |
| Modifier and Type | Field and Description |
|---|---|
static JsonReader<DbxAuthFinish> |
DbxAuthFinish.Reader
For JSON parsing.
|
| Modifier and Type | Method and Description |
|---|---|
DbxAuthFinish |
DbxWebAuth.finish(Map<String,String[]> queryParams)
Call this after the user has visited the authorizaton URL and Dropbox has redirected them
back to you (using the
redirectUri you passed in to DbxWebAuth.start(java.lang.String). |
DbxAuthFinish |
DbxWebAuthNoRedirect.finish(String code)
Call this after the user has visited the authorizaton URL and copy/pasted the authorization
code that Dropbox gave them.
|
Copyright © 2014. All rights reserved.