getExpiry

getExpiry(token: String): TimeStamp typeMethod;

The getExpiry method of the JadeJWTParser class parses the JSON Web Token specified in the token parameter for the expiry (exp) claim and returns the value of that claim, converted to a TimeStamp.

2020.0.01 and higher