Credential
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "webkit_credential_get_type ()" ) ]
[ Compact ]
[ Version ( since = "2.2" ) ]
public class Credential
Groups information used for user authentication.
Content:
Creation methods:
Methods:
- public Credential copy ()
Make a copy of the Credential.
- public void free ()
Free the Credential.
- public unowned TlsCertificate get_certificate ()
Get the certificate currently held by this
Credential.
- public unowned string get_password ()
Get the password currently held by this Credential
.
- public CredentialPersistence get_persistence ()
Get the persistence mode currently held by this
Credential.
- public unowned string get_username ()
Get the username currently held by this Credential
.
- public bool has_password ()
Determine whether this credential has a password stored.