summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-06-15 11:17:02 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-06-15 11:17:02 +0200
commita78c5c7aae6d1c71b3d3df5a83f4120d6de209db (patch)
tree16087a967e57928ca22b4b44f625f3796728c616
parentcf448436facd28da1bafe031d14a8bc4f165ddaa (diff)
downloadcurl-a78c5c7aae6d1c71b3d3df5a83f4120d6de209db.tar.gz
CURLOPT_HTTPAUTH.3: CURLAUTH_BEARER was added in 7.61.0
-rw-r--r--docs/libcurl/opts/CURLOPT_HTTPAUTH.34
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_HTTPAUTH.3 b/docs/libcurl/opts/CURLOPT_HTTPAUTH.3
index 7bb45506e..7b85ecbb6 100644
--- a/docs/libcurl/opts/CURLOPT_HTTPAUTH.3
+++ b/docs/libcurl/opts/CURLOPT_HTTPAUTH.3
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
@@ -122,6 +122,8 @@ CURLAUTH_DIGEST_IE was added in 7.19.3
CURLAUTH_ONLY was added in 7.21.3
CURLAUTH_NTLM_WB was added in 7.22.0
+
+CURLAUTH_BEARER was added in 7.61.0
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_NOT_BUILT_IN if the bitmask specified no supported authentication