public interface AccessToken extends IntrospectableToken
Modifier and Type | Method and Description |
---|---|
void |
addExtraData(String key,
String value)
Stores additional data inside the token.
|
String |
getAuditTrackingId()
Gets the token's audit tracking id.
|
String |
getClaims()
Gets the token's claims.
|
org.forgerock.json.JsonValue |
getConfirmationKey()
Get's the tokens confirmation claim.
|
String |
getGrantType()
Gets the token's grant type.
|
String |
getNonce()
Gets the token's nonce.
|
String |
getSessionId()
Gets the token's associated session id.
|
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 getNonce()
String getSessionId()
String getTokenId()
Token
getTokenId
in interface Token
String getClaims()
String getTokenType()
String getGrantType()
org.forgerock.json.JsonValue getConfirmationKey()
Map<String,Object> toMap()
Token
Map
of its key data.void addExtraData(String key, String value)
key
- The key.value
- The value.String getAuditTrackingId()
getAuditTrackingId
in interface Token
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.