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))
procedure Cont(const username, password: ustring); |
|
procedure Cancel; |
procedure Cont(const username, password: ustring); |
|
Continue the authentication request. Attributes
|
procedure Cancel; |
|
Cancel the authentication request. |