Package cloud.pace.sdk.appkit.persistence

Types

CacheModel
Link copied to clipboard
interface CacheModel
CacheModelImpl
Link copied to clipboard
class CacheModelImpl : CacheModel
SharedPreferencesImpl
Link copied to clipboard
class SharedPreferencesImpl(sharedPreferences: SharedPreferences) : SharedPreferencesModel
SharedPreferencesModel
Link copied to clipboard
interface SharedPreferencesModel
TotpSecret
Link copied to clipboard
data class TotpSecret(encryptedSecret: String, digits: Int, period: Int, algorithm: String)