SecureStore

interface SecureStore

Encrypted-at-rest key->String store for secrets (API keys, client secrets).

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract fun getString(key: String): String?
Link copied to clipboard
abstract fun putString(key: String, value: String)
Link copied to clipboard
abstract fun remove(key: String)