/**
  * Set the Expiration (exp) claim.
  *
  * @return int 
  * @static 
  */
 public static function exp()
 {
     return \Tymon\JWTAuth\PayloadFactory::exp();
 }