webkit2.AuthenticationRequest

Undocumented in source.

Public Imports

webkit2.c.types
public import webkit2.c.types;

Members

Classes

AuthenticationRequest
class AuthenticationRequest

Whenever a client attempts to load a page protected by HTTP authentication, credentials will need to be provided to authorize access. To allow the client to decide how it wishes to handle authentication, WebKit will fire a #WebKitWebView::authenticate signal with a WebKitAuthenticationRequest object to provide client side authentication support. Credentials are exposed through the #WebKitCredential object.

Meta