Credential
class Credential(val webkitCredentialPointer: <Error class: unknown class><<Error class: unknown class>>)(source)
Groups information used for user authentication.
Since
2.2
Constructors
Link copied to clipboard
Create a new credential from the provided username, password and persistence mode.
Create a new credential from the @certificate and persistence mode.
Create a new credential from the provided PIN and persistence mode.
constructor(webkitCredentialPointer: <Error class: unknown class><<Error class: unknown class>>)
Functions
Link copied to clipboard
Make a copy of the #WebKitCredential.
Link copied to clipboard
Get the certificate currently held by this #WebKitCredential.
Link copied to clipboard
Get the password currently held by this #WebKitCredential.
Link copied to clipboard
Get the persistence mode currently held by this #WebKitCredential.
Link copied to clipboard
Get the username currently held by this #WebKitCredential.
Link copied to clipboard
Determine whether this credential has a password stored.