public class TechnicalToken
extends Object
Constructor and Description |
---|
TechnicalToken() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken()
Get the access token
|
Integer |
getExpiresIn()
Get the time remaining for expiration
|
String |
getJti() |
String |
getScope() |
String |
getTokenType()
Get the token type
|
void |
setAccessToken(String accessToken) |
void |
setExpiresIn(Integer expiresIn)
Set the time in which token expires
|
void |
setJti(String jti) |
void |
setScope(String scope) |
void |
setTokenType(String tokenType) |
public String getAccessToken()
public void setAccessToken(String accessToken)
accessToken
- the accessToken to setpublic String getTokenType()
public void setTokenType(String tokenType)
tokenType
- the tokenType to settokenType
- the tokenType to setpublic Integer getExpiresIn()
public void setExpiresIn(Integer expiresIn)
expiresIn
- the expiresIn to setpublic String getScope()
public void setScope(String scope)
scope
- the scope to setpublic String getJti()
public void setJti(String jti)
jti
- the jti to set