SharedPreferencesAuthorizationKeyValueStore

Coordinates SharedPreferencesAuthorizationKeyValueStore behavior in the SDAI authentication feature layer.

Author

Dmitriy Moroz

Constructors

constructor(preferences: SharedPreferences)

Properties

Link copied to clipboard

Exposes the preferences value used by the SDAI authentication feature layer.

Functions

Link copied to clipboard
open override fun getString(key: String): String?

Loads SDAI data through getString.

Link copied to clipboard
open override fun putString(key: String, value: String)

Executes the putString step in the SDAI authentication feature layer.