Interface ITokenIntrospectResponse
-
- All Superinterfaces:
Serializable
public interface ITokenIntrospectResponse extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetExpirationTime()LonggetIssuedAt()StringgetSubject()StringgetTokenId()StringgetTokenType()booleanisActive()
-