Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefAuthCallback

CefBaseRefCounted
   |
   +--CefAuthCallback

   in cef_auth_callback.h

class CefAuthCallback
extends CefBaseRefCounted

Callback interface used for asynchronous continuation of authentication requests.


Method Summary
 virtual void Cancel()= 0
          Cancel the authentication request.
 virtual void Continue( const CefString& username, const CefString& password )= 0
          Continue the authentication request.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

Cancel

public virtual void Cancel()= 0;
Cancel the authentication request.

Continue

public virtual void Continue( const CefString& username, const CefString& password )= 0;
Continue the authentication request.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt