cef_auth_callback_t

Callback structure used for asynchronous continuation of authentication requests.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_auth_callback_t {
extern (System)
void function(cef_auth_callback_t* self, const(cef_string_t)* username, const(cef_string_t)* password) nothrow cont;
extern (System)
void function(cef_auth_callback_t* self) nothrow cancel;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta