CredentialStorage

Functions

Link copied to clipboard
abstract fun delete(username: String, server: String? = null)
Link copied to clipboard
abstract fun deleteAll(types: CredentialTypes)
Link copied to clipboard
abstract fun retrieve(username: String, server: String? = null): Credential?
Link copied to clipboard
abstract fun retrieveAll(server: String): List<Credential>
Link copied to clipboard
abstract fun store(credential: Credential)
Link copied to clipboard
abstract fun update(username: String, server: String? = null, newCredential: Credential)