public interface RefreshToken extends IntrospectableToken
Modifier and Type | Method and Description |
---|---|
String |
getAuditTrackingId()
Gets the token's audit tracking id.
|
String |
getAuthenticationContextClassReference()
Gets the token's Authentication Context Class reference.
|
String |
getAuthGrantId()
Gets the token's Auth Grant id.
|
String |
getAuthModules()
Gets the token's Auth Modules.
|
String |
getClaims()
Gets the token's claims.
|
String |
getRedirectUri()
Gets the token's redirect uri.
|
String |
getTokenId()
Gets the token's identifier.
|
String |
getTokenType()
Gets the token's type.
|
Map<String,Object> |
toMap()
Converts the token into a
Map of its key data. |
getAuthTimeSeconds, getClientId, getExpiryTime, getRealm, getResourceOwnerId, getScope, isExpired
getAuditTrackingIdKey, getTokenInfo, getTokenName, toJsonValue
String getRedirectUri()
String getTokenId()
Token
getTokenId
in interface Token
String getClaims()
String getAuthenticationContextClassReference()
String getTokenType()
String getAuthModules()
Map<String,Object> toMap()
Token
Map
of its key data.String getAuditTrackingId()
getAuditTrackingId
in interface Token
String getAuthGrantId()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.