Signal
WebKit2AuthenticationRequest::authenticated
since: 2.30
Declaration
void
authenticated (
  WebKitAuthenticationRequest* self,
  WebKitCredential* credential,
  gpointer user_data
)
      Description [src]
This signal is emitted when the user authentication request succeeded. Applications handling their own credential storage should connect to this signal to save the credentials.
| Default handler:  The default handler is called after the handlers added via   | 
| Available since: 2.30 | 
Parameters
credential- 
            
Type:
WebKitCredentialThe
WebKitCredentialaccepted.The data is owned by the caller of the function.