public class AuthorizeUserQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthorizeUserQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
clientId
The Client ID of the application that is requesting to authenticate the user.
|
String |
redirectUri
The URI to which Box redirects the browser after the user has granted or denied the application
permission.
|
EnumWrapper<AuthorizeUserQueryParamsResponseTypeField> |
responseType
The type of response we'd 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 |
|---|---|
protected |
AuthorizeUserQueryParams(AuthorizeUserQueryParams.Builder builder) |
|
AuthorizeUserQueryParams(AuthorizeUserQueryParamsResponseTypeField responseType,
String clientId) |
|
AuthorizeUserQueryParams(EnumWrapper<AuthorizeUserQueryParamsResponseTypeField> responseType,
String clientId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getRedirectUri() |
EnumWrapper<AuthorizeUserQueryParamsResponseTypeField> |
getResponseType() |
String |
getScope() |
String |
getState() |
public final EnumWrapper<AuthorizeUserQueryParamsResponseTypeField> responseType
public final String clientId
public String redirectUri
public String state
public AuthorizeUserQueryParams(AuthorizeUserQueryParamsResponseTypeField responseType, String clientId)
public AuthorizeUserQueryParams(EnumWrapper<AuthorizeUserQueryParamsResponseTypeField> responseType, String clientId)
protected AuthorizeUserQueryParams(AuthorizeUserQueryParams.Builder builder)
public EnumWrapper<AuthorizeUserQueryParamsResponseTypeField> getResponseType()
public String getClientId()
public String getRedirectUri()