public interface IntrospectableToken extends Token
Modifier and Type | Method and Description |
---|---|
long |
getAuthTimeSeconds()
Gets the end user's authentication time in seconds.
|
String |
getClientId()
Gets the token's client id.
|
long |
getExpiryTime()
Gets the token's expiry time.
|
String |
getRealm()
Gets the token's realm.
|
String |
getResourceOwnerId()
Gets the token's resource owner id.
|
Set<String> |
getScope()
Gets the token's scopes.
|
boolean |
isExpired()
Gets whether the token has expired.
|
getAuditTrackingId, getAuditTrackingIdKey, getTokenId, getTokenInfo, getTokenName, toJsonValue, toMap
long getExpiryTime()
boolean isExpired()
String getRealm()
String getClientId()
String getResourceOwnerId()
long getAuthTimeSeconds()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.