AppleAuthorizationKeyValueStore

internal class AppleAuthorizationKeyValueStore(name: String = KEY_PREFERENCE_AUTHORIZATION) : AuthorizationKeyValueStore(source)

Coordinates AppleAuthorizationKeyValueStore behavior in the SDAI authentication feature layer.

Author

Dmitriy Moroz

Parameters

name

name value consumed by the API.

Constructors

Link copied to clipboard
constructor(name: String = KEY_PREFERENCE_AUTHORIZATION)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
private val defaults: NSUserDefaults

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.