Skip to content

libcURL.HTTPAuthMethods.SetOnly

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

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.

Clone this wiki locally