AuthorizationKeyValueStore

Defines the AuthorizationKeyValueStore contract for the SDAI authentication feature layer.

Author

Dmitriy Moroz

Inheritors

Functions

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

Loads SDAI data through getString.

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

Executes the putString step in the SDAI authentication feature layer.