Module jakarta.security
Interface IdentityToken
public interface IdentityToken
An Identity token is a security token that is issued in an authentication flow
process.
-
Method Summary
-
Method Details
-
getToken
String getToken()- Returns:
- the identity token
-
getJwtClaims
-
isExpired
boolean isExpired()Checks if the Identity Token is expired.- Returns:
true
, if identity token is expired or it will be expired in the next X milliseconds configured by user.
-
getClaims
-