Snorlax\Auth\BasicAuth::__construct PHP Method

__construct() public method

BasicAuth constructor.
public __construct ( string $user, string $password )
$user string
$password string
    public function __construct($user, $password)
    {
        $this->user = $user;
        $this->password = $password;
    }