Lines Matching full:authentication
17 CURLOPT_HTTPAUTH - HTTP server authentication methods to try
30 authentication method(s) you want it to use speaking to the remote server.
33 first queries the host to see which authentication methods it supports and
39 For authentication with a proxy, see CURLOPT_PROXYAUTH(3).
43 HTTP Basic authentication. This is the default choice, and the only method
50 HTTP Digest authentication. Digest authentication is defined in RFC 2617 and
51 is a more secure way to do authentication over public networks than the
56 HTTP Digest authentication with an IE flavor. Digest authentication is defined
57 in RFC 2617 and is a more secure way to do authentication over public networks
64 HTTP Bearer token authentication, used primarily in OAuth 2.0 protocol.
70 HTTP Negotiate (SPNEGO) authentication. Negotiate authentication is defined
71 in RFC 4559 and is the most secure way to perform authentication over HTTP.
78 HTTP NTLM authentication. A proprietary protocol invented and used by
89 NTLM delegating to winbind helper. Authentication is performed by a separate
121 provides AWS V4 signature authentication on HTTPS header
162 CURLE_NOT_BUILT_IN if the bitmask specified no supported authentication