Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4985de0

Browse files
committed
Update docs for RequestHandler.GetAuthCredentials - example implement.
1 parent 82ed469 commit 4985de0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

api/RequestHandler.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,14 @@ The `AuthCallback` object methods:
159159
* void Continue(string username, string password)
160160
* void Cancel()
161161

162+
Example implementations:
163+
- Using Kivy framework: see [this commit](https://github.com/allestuetsmerweh/garden.cefpython/commit/d0d77283230adccdb838e6053ceed29845acd2eb)
164+
in the garden.cefpython project.
165+
- For Windows using WinAPI and C++. This is deprecated code from
166+
CEF Python 1: [[1]](https://github.com/cztomczak/cefpython/tree/cefpython31/cefpython/cef1/http_authentication),
167+
[[2]](https://github.com/cztomczak/cefpython/blob/cefpython31/cefpython/request_handler_cef1.pyx#L231),
168+
[[3]](https://github.com/cztomczak/cefpython/blob/cefpython31/cefpython/http_authentication_win.pyx).
169+
162170

163171
### OnQuotaRequest
164172

0 commit comments

Comments
 (0)