libcURL.HTTPAuthMethods.SetOnly - charonn0/RB-libcURL GitHub Wiki

libcURL.HTTPAuthMethods.SetOnly

Method Signature

 Sub SetOnly(AuthMethod As libcURL.CURLAUTH)

Parameters

Name Type Comment
AuthMethod CURLAUTH The authentication method to exclusively enable.

Remarks

A convenience method that enables only the specified authentication method; all others are disabled.