Struct
WebKit2Credential
Description [src]
struct WebKitCredential {
/* No available fields */
}
Groups information used for user authentication.
Available since: | 2.2 |
Constructors
webkit_credential_new
Create a new credential from the provided username, password and persistence mode.
Available since: 2.2
webkit_credential_new_for_certificate
Create a new credential from the certificate
and persistence mode.
Note that WEBKIT_CREDENTIAL_PERSISTENCE_PERMANENT
is not supported for certificate credentials.
Available since: 2.34
webkit_credential_new_for_certificate_pin
Create a new credential from the provided PIN and persistence mode.
Note that WEBKIT_CREDENTIAL_PERSISTENCE_PERMANENT
is not supported for certificate pin credentials.
Available since: 2.34
Instance methods
webkit_credential_get_certificate
Get the certificate currently held by this WebKitCredential
.
Available since: 2.34
webkit_credential_get_password
Get the password currently held by this WebKitCredential
.
Available since: 2.2
webkit_credential_get_persistence
Get the persistence mode currently held by this WebKitCredential
.
Available since: 2.2
webkit_credential_get_username
Get the username currently held by this WebKitCredential
.
Available since: 2.2
webkit_credential_has_password
Determine whether this credential has a password stored.
Available since: 2.2