public class OAuthTokenResponse extends Object implements AuthenticationResponseWithError
| Constructor and Description |
|---|
OAuthTokenResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getErrorCode() |
String |
getErrorDescription() |
String |
getInstanceUrl() |
String |
getIssuedAt() |
String |
getScope() |
String |
getToken() |
String |
getTokenType() |
int |
hashCode() |
void |
setErrorCode(String errorCode) |
void |
setErrorDescription(String errorDescription) |
void |
setInstanceUrl(String instanceUrl) |
void |
setIssuedAt(String issuedAt) |
void |
setScope(String scope) |
void |
setToken(String token) |
void |
setTokenType(String tokenType) |
String |
toString() |
public String getScope()
public String getToken()
getToken in interface AuthenticationResponseWithErrorpublic String getInstanceUrl()
public String getTokenType()
public String getIssuedAt()
public String getErrorCode()
getErrorCode in interface AuthenticationResponseWithErrorpublic String getErrorDescription()
getErrorDescription in interface AuthenticationResponseWithErrorpublic void setScope(String scope)
public void setToken(String token)
public void setInstanceUrl(String instanceUrl)
public void setTokenType(String tokenType)
public void setIssuedAt(String issuedAt)
public void setErrorCode(String errorCode)
public void setErrorDescription(String errorDescription)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.