Package | Description |
---|---|
com.box.boxandroidlibv2.dao | |
com.box.boxjavalibv2 | |
com.box.boxjavalibv2.authorization | |
com.box.boxjavalibv2.dao |
Modifier and Type | Class and Description |
---|---|
class |
BoxAndroidOAuthData
Data used for OAuth.
|
Modifier and Type | Method and Description |
---|---|
void |
BoxClient.authenticate(IAuthData authData)
Get authenticated using a Auth object, this could be a previously stored data.
|
Modifier and Type | Method and Description |
---|---|
IAuthData |
IAuthSecureStorage.getAuth()
Get auth.
|
IAuthData |
IAuthDataController.getAuthData() |
Modifier and Type | Method and Description |
---|---|
void |
OAuthRefreshListener.onRefresh(IAuthData newAuthData) |
void |
IAuthSecureStorage.saveAuth(IAuthData auth)
Save auth in a secure way.
|
Modifier and Type | Class and Description |
---|---|
class |
BoxOAuthToken
OAuth data.
|