public class TokenRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TokenRequest.TokenRequestBuilder |
| Constructor and Description |
|---|
TokenRequest() |
TokenRequest(GrantType grantType,
Optional<String> code,
Optional<String> refreshToken,
String redirectUri) |
| Modifier and Type | Method and Description |
|---|---|
static TokenRequest.TokenRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Optional<String> |
getCode() |
GrantType |
getGrantType() |
String |
getRedirectUri() |
Optional<String> |
getRefreshToken() |
int |
hashCode() |
void |
setCode(Optional<String> code) |
void |
setGrantType(GrantType grantType) |
void |
setRedirectUri(String redirectUri) |
void |
setRefreshToken(Optional<String> refreshToken) |
String |
toString() |
public TokenRequest(GrantType grantType, Optional<String> code, Optional<String> refreshToken, String redirectUri)
public TokenRequest()
public static TokenRequest.TokenRequestBuilder builder()
public GrantType getGrantType()
public String getRedirectUri()
public void setGrantType(GrantType grantType)
public void setRedirectUri(String redirectUri)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.