Credential
Create a new credential from the provided username, password and persistence mode.
Return
A #WebKitCredential.
Since
2.2
Parameters
The username for the new credential
The password for the new credential
The #WebKitCredentialPersistence of the new credential
Create a new credential from the @certificate and persistence mode.
Note that %WEBKIT_CREDENTIAL_PERSISTENCE_PERMANENT is not supported for certificate credentials.
Return
A #WebKitCredential.
Since
2.34
Parameters
The #GTlsCertificate, or null
The #WebKitCredentialPersistence of the new credential
Create a new credential from the provided PIN and persistence mode.
Note that %WEBKIT_CREDENTIAL_PERSISTENCE_PERMANENT is not supported for certificate pin credentials.
Return
A #WebKitCredential.
Since
2.34
Parameters
The PIN for the new credential
The #WebKitCredentialPersistence of the new credential