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