Modifier and Type | Method and Description |
---|---|
public Map | |
public JwtClaims | |
public String | |
public boolean | Returns: true , if identity token is expired or it will be expired in
the next X milliseconds configured by user.Checks if the Identity Token is expired. |
getClaims | back to summary |
---|---|
public Map |
getJwtClaims | back to summary |
---|---|
public JwtClaims getJwtClaims() Claims of this token
|
getToken | back to summary |
---|---|
public String getToken()
|
isExpired | back to summary |
---|---|
public boolean isExpired() Checks if the Identity Token is expired.
|