public class GetAuthorizeUrlOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAuthorizeUrlOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
clientId
Box API key used for identifying the application the user is authenticating with
|
String |
redirectUri
The URI to which Box redirects the browser after the user has granted or denied the application
permission.
|
String |
responseType
The type of response we would like to receive.
|
String |
scope
A space-separated list of application scopes you'd like to authenticate the user for.
|
String |
state
A custom string of your choice.
|
| Modifier | Constructor and Description |
|---|---|
|
GetAuthorizeUrlOptions() |
protected |
GetAuthorizeUrlOptions(GetAuthorizeUrlOptions.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getRedirectUri() |
String |
getResponseType() |
String |
getScope() |
String |
getState() |
public String clientId
public String redirectUri
public String responseType
public String state
public GetAuthorizeUrlOptions()
protected GetAuthorizeUrlOptions(GetAuthorizeUrlOptions.Builder builder)
public String getClientId()
public String getRedirectUri()
public String getResponseType()