tokenExpiryDate method

DateTime tokenExpiryDate()

Implementation

DateTime tokenExpiryDate(){
  return JwtDecoder.getExpirationDate(token);
}