Companion

object Companion

Functions

Link copied to clipboard
fun getType(): <Error class: unknown class>

Get the GType of Credential

Link copied to clipboard
fun new(username: String, password: String, persistence: CredentialPersistence): Credential

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

Link copied to clipboard
fun newForCertificate(certificate: <Error class: unknown class>? = null, persistence: CredentialPersistence): Credential

Create a new credential from the @certificate and persistence mode.

Link copied to clipboard

Create a new credential from the provided PIN and persistence mode.