be() public method

Internal request will be authenticated as the given user.
public be ( mixed $user ) : Dispatcher
$user mixed
return Dispatcher
 /**
  * Internal request will be authenticated as the given user.
  *
  * @param mixed $user
  * @return \Dingo\Api\Dispatcher 
  * @static 
  */
 public static function be($user)
 {
     return \Dingo\Api\Dispatcher::be($user);
 }