Credential.this

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

  1. this(WebKitCredential* webKitCredential, bool ownedRef)
  2. this(string username, string password, WebKitCredentialPersistence persistence)
    class Credential
    this
    (
    string username
    ,
    string password
    ,
    WebKitCredentialPersistence persistence
    )

Parameters

username string

The username for the new credential

password string

The password for the new credential

persistence WebKitCredentialPersistence

The #WebKitCredentialPersistence of the new credential

Return Value

A #WebKitCredential.

Throws

ConstructionException GTK+ fails to create the object.

Meta