Method
WebKit2AuthenticationRequestauthenticate
Declaration [src]
void
webkit_authentication_request_authenticate (
  WebKitAuthenticationRequest* request,
  WebKitCredential* credential
)
Description [src]
Authenticate the WebKitAuthenticationRequest.
Authenticate the WebKitAuthenticationRequest using the WebKitCredential
supplied. To continue without credentials, pass NULL as credential.
| Available since: | 2.2 | 
Parameters
| credential | WebKitCredential | 
| A  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. |