Credential.this

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

  1. this(void* ptr, Flag!"Take" take)
  2. this(string username, string password, webkit.types.CredentialPersistence persistence)

Parameters

username string

The username for the new credential

password string

The password for the new credential

persistence webkit.types.CredentialPersistence

The #WebKitCredentialPersistence of the new credential

Return Value

A #WebKitCredential.