Name
easy:SetOpt_Socks5_Auth -- get allowed methods for SOCKS5 proxy authentication
Synopsis
easy:SetOpt_Socks5_Auth(bitmask)
Function
Pass a value as parameter, which is get to a bitmask, to tell libcurl which authentication method(s) are allowed for SOCKS5 proxy authentication. The only supported flags are #CURLAUTH_BASIC, which allows username/password authentication, #CURLAUTH_GSSAPI, which allows GSS-API authentication, and #CURLAUTH_NONE, which allows no authentication. Set the actual user name and password with the #CURLOPT_PROXYUSERPWD option.

Inputs
bitmask
input value

Show TOC