Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit 0dd3659

Browse files
committed
Updated README
1 parent 999f6ab commit 0dd3659

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,9 @@ cli.set_basic_auth("user", "pass");
447447

448448
// Digest Authentication
449449
cli.set_digest_auth("user", "pass");
450+
451+
// Bearer Token Authentication
452+
cli.set_bearer_token_auth("token");
450453
```
451454

452455
NOTE: OpenSSL is required for Digest Authentication.
@@ -461,6 +464,9 @@ cli.set_proxy_basic_auth("user", "pass");
461464

462465
// Digest Authentication
463466
cli.set_proxy_digest_auth("user", "pass");
467+
468+
// Bearer Token Authentication
469+
cli.set_proxy_bearer_token_auth("pass");
464470
```
465471

466472
NOTE: OpenSSL is required for Digest Authentication.

0 commit comments

Comments
 (0)