public class TokenInfo extends Object
Constructor and Description |
---|
TokenInfo(org.keycloak.representations.AccessToken payload,
String token,
String principal) |
TokenInfo(String token,
String scope,
String principal,
long issuedAtMs,
long expiresAtMs) |
Modifier and Type | Method and Description |
---|---|
long |
expiresAtMs() |
long |
issuedAtMs() |
org.keycloak.representations.AccessToken |
payload() |
String |
principal() |
Set<String> |
scope() |
String |
token() |
Copyright © 2020. All rights reserved.