Kohana_Auth::factory PHP Method

factory() public static method

Create an instance of Auth.
public static factory ( $config = [] ) : Auth
return Auth
    public static function factory($config = array())
    {
        return new Auth($config);
    }