cef_request_context_t.clear_http_auth_credentials

Clears all HTTP authentication credentials that were added as part of handling GetAuthCredentials. If |callback| is non-NULL it will be executed on the UI thread after completion.

struct cef_request_context_t
extern (System)
void function(cef_request_context_t* self, cef_completion_callback_t* callback) nothrow clear_http_auth_credentials;

Meta