Package | Description |
---|---|
com.box.boxjavalibv2 | |
com.box.boxjavalibv2.authorization |
Modifier and Type | Method and Description |
---|---|
protected IAuthDataController |
BoxClient.createAuthDataController(java.lang.String clientId,
java.lang.String clientSecret)
Create auth data controller, which maintains auth data and handles auth refresh.
|
Modifier and Type | Method and Description |
---|---|
protected IBoxRequestAuth |
BoxClient.createAuthorization(IAuthDataController controller)
From auth data controller, generate IBoxRequestAuth, which can be applied to api requests.
|
Modifier and Type | Class and Description |
---|---|
class |
OAuthDataController
This is the data controller for OAuth, it handles token auto refresh.
|