CURL::authenticate PHP Method

authenticate() public method

See also: HTTPRequest::authenticate()
public authenticate ( HTTPAuthenticator $authenticator )
$authenticator HTTPAuthenticator
    public function authenticate(HTTPAuthenticator $authenticator)
    {
        $authenticator->authenticate($this);
    }