Credential.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string username, string password, webkit.types.CredentialPersistence persistence)

Create a new credential from the provided username, password and persistence mode.

Parameters

usernameThe username for the new credential
passwordThe password for the new credential
persistenceThe #WebKitCredentialPersistence of the new credential

Returns

A #WebKitCredential.