Chromium Embedded Framework (CEF)  115.3.3+g521608d+chromium-115.0.5790.40
CefAuthCallback Class Referenceabstract

Callback interface used for asynchronous continuation of authentication requests. More...

#include "include/cef_auth_callback.h"

Inheritance diagram for CefAuthCallback:
CefBaseRefCounted

Public Member Functions

virtual void Continue (const CefString &username, const CefString &password)=0
 Continue the authentication request. More...
 
virtual void Cancel ()=0
 Cancel the authentication request. More...
 
- Public Member Functions inherited from CefBaseRefCounted
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...
 

Additional Inherited Members

- Protected Member Functions inherited from CefBaseRefCounted
virtual ~CefBaseRefCounted ()
 

Detailed Description

Callback interface used for asynchronous continuation of authentication requests.

Member Function Documentation

◆ 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: