Interface ITokenIntrospectResponse
-
- All Superinterfaces:
Serializable
public interface ITokenIntrospectResponse extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
getExpirationTime()
Long
getIssuedAt()
String
getSubject()
String
getTokenId()
String
getTokenType()
boolean
isActive()
-