| Modifier and Type | Class and Description |
|---|---|
static class |
CCGConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
clientId
Box API key used for identifying the application the user is authenticating with
|
String |
clientSecret
Box API secret used for making auth requests.
|
String |
enterpriseId
The ID of the Box Developer Edition enterprise.
|
TokenStorage |
tokenStorage
Object responsible for storing token.
|
String |
userId
The user id to authenticate.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CCGConfig(CCGConfig.Builder builder) |
|
CCGConfig(String clientId,
String clientSecret) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getClientSecret() |
String |
getEnterpriseId() |
TokenStorage |
getTokenStorage() |
String |
getUserId() |
public final String clientId
public final String clientSecret
public String enterpriseId
public String userId
public TokenStorage tokenStorage
protected CCGConfig(CCGConfig.Builder builder)
public String getClientId()
public String getClientSecret()
public String getEnterpriseId()
public TokenStorage getTokenStorage()