type ICefAuthCallback = interface(ICefBaseRefCounted)
Callback interface used for asynchronous continuation of authentication requests.
UNKNOWN
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_auth_callback_capi.h">CEF source file: /include/capi/cef_auth_callback_capi.h (cef_auth_callback_t))
| Public | procedure Cont(const username, password: ustring); |
| Public | procedure Cancel; |
| Public | procedure Cont(const username, password: ustring); |
|
Continue the authentication request. Attributes
| |
| Public | procedure Cancel; |
|
Cancel the authentication request. | |