once() public method

Only authenticate with the given user for a single request.
public once ( ) : Dispatcher
return Dispatcher
 /**
  * Only authenticate with the given user for a single request.
  *
  * @return \Dingo\Api\Dispatcher 
  * @static 
  */
 public static function once()
 {
     return \Dingo\Api\Dispatcher::once();
 }