public static class AuthorizeUserQueryParams.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientId |
protected String |
redirectUri |
protected EnumWrapper<AuthorizeUserQueryParamsResponseTypeField> |
responseType |
protected String |
scope |
protected String |
state |
| Constructor and Description |
|---|
Builder(AuthorizeUserQueryParamsResponseTypeField responseType,
String clientId) |
Builder(EnumWrapper<AuthorizeUserQueryParamsResponseTypeField> responseType,
String clientId) |
| Modifier and Type | Method and Description |
|---|---|
AuthorizeUserQueryParams |
build() |
AuthorizeUserQueryParams.Builder |
redirectUri(String redirectUri) |
AuthorizeUserQueryParams.Builder |
scope(String scope) |
AuthorizeUserQueryParams.Builder |
state(String state) |
protected final EnumWrapper<AuthorizeUserQueryParamsResponseTypeField> responseType
protected String redirectUri
public Builder(AuthorizeUserQueryParamsResponseTypeField responseType, String clientId)
public Builder(EnumWrapper<AuthorizeUserQueryParamsResponseTypeField> responseType, String clientId)
public AuthorizeUserQueryParams.Builder redirectUri(String redirectUri)
public AuthorizeUserQueryParams.Builder state(String state)
public AuthorizeUserQueryParams.Builder scope(String scope)
public AuthorizeUserQueryParams build()