Callback interface used for asynchronous continuation of authentication requests.
More...
#include "include/cef_auth_callback.h"
|
virtual void | Continue (const CefString &username, const CefString &password)=0 |
| Continue the authentication request. More...
|
|
virtual void | Cancel ()=0 |
| Cancel the authentication request. More...
|
|
virtual void | AddRef () const =0 |
| Called to increment the reference count for the object. More...
|
|
virtual bool | Release () const =0 |
| Called to decrement the reference count for the object. More...
|
|
virtual bool | HasOneRef () const =0 |
| Returns true if the reference count is 1. More...
|
|
virtual bool | HasAtLeastOneRef () const =0 |
| Returns true if the reference count is at least 1. More...
|
|
Callback interface used for asynchronous continuation of authentication requests.
◆ Cancel()
virtual void CefAuthCallback::Cancel |
( |
| ) |
|
|
pure virtual |
Cancel the authentication request.
◆ Continue()
virtual void CefAuthCallback::Continue |
( |
const CefString & |
username, |
|
|
const CefString & |
password |
|
) |
| |
|
pure virtual |
Continue the authentication request.
The documentation for this class was generated from the following file: