Returns token expiration date
static DateTime? getExpirationDate(String token) { return _getDate(token: token, claim: 'exp'); }