AuthenticationRequest.authenticate
void authenticate(webkit.credential.Credential credential = null)Authenticate the #WebKitAuthenticationRequest.
Authenticate the #WebKitAuthenticationRequest using the #WebKitCredential supplied. To continue without credentials, pass null as credential.
Parameters
credential | A #WebKitCredential, or null |