SecureStorage

class SecureStorage(context: Context, biometricType: BiometricType)

This is used to securely store Strivacity authorization data on the device. How secure storage for authorization data is used Encrypted Shared Preferences

See also

Constructors

Link copied to clipboard
fun SecureStorage(context: Context, biometricType: BiometricType)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun clear()
Link copied to clipboard
fun getState(): AuthState?

Obtain actual AuthState from EncryptedSharedPreferences

Link copied to clipboard
fun setState(state: AuthState?)

Rewrite actual auth state from EncryptedSharedPreferences