public class AccessTokenResponse extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
expiresIn |
protected String |
refreshToken |
protected String |
token |
protected String |
tokenType |
Constructor and Description |
---|
AccessTokenResponse() |
Modifier and Type | Method and Description |
---|---|
long |
getExpiresIn() |
String |
getRefreshToken() |
String |
getToken() |
String |
getTokenType() |
void |
setExpiresIn(long expiresIn) |
void |
setRefreshToken(String refreshToken) |
void |
setToken(String token) |
void |
setTokenType(String tokenType) |
protected String token
protected long expiresIn
protected String refreshToken
protected String tokenType
public String getToken()
public void setToken(String token)
public long getExpiresIn()
public void setExpiresIn(long expiresIn)
public String getRefreshToken()
public void setRefreshToken(String refreshToken)
public String getTokenType()
public void setTokenType(String tokenType)
Copyright © 2016 JBoss by Red Hat. All rights reserved.