public class TokenIntrospectResponse extends Object
| 构造器和说明 |
|---|
TokenIntrospectResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getActive() |
String |
getClientId() |
Integer |
getExp() |
Integer |
getIat() |
String |
getIss() |
String |
getJti() |
String |
getScope() |
String |
getSub() |
String |
getTokenType() |
void |
setActive(Boolean active) |
void |
setClientId(String clientId) |
void |
setExp(Integer exp) |
void |
setIat(Integer iat) |
void |
setIss(String iss) |
void |
setJti(String jti) |
void |
setScope(String scope) |
void |
setSub(String sub) |
void |
setTokenType(String tokenType) |
public Boolean getActive()
public void setActive(Boolean active)
public String getSub()
public void setSub(String sub)
public String getClientId()
public void setClientId(String clientId)
public Integer getExp()
public void setExp(Integer exp)
public Integer getIat()
public void setIat(Integer iat)
public String getIss()
public void setIss(String iss)
public String getJti()
public void setJti(String jti)
public String getScope()
public void setScope(String scope)
public String getTokenType()
public void setTokenType(String tokenType)
Copyright © 2022. All rights reserved.