AuthorizationStoreImpl

Implements AuthorizationStore behavior in the SDAI authentication feature layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(store: AuthorizationKeyValueStore)

Types

Link copied to clipboard
object Companion

Provides the companion object singleton used by the SDAI authentication feature layer.

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard

Loads SDAI data through getAuthorizationCredentials.

Link copied to clipboard

Loads SDAI data through getCredentials.

Link copied to clipboard

Loads SDAI data through getCredentialsTypeKey.

Link copied to clipboard
private fun saveCredentials(credentials: AuthorizationCredentials)

Performs the SDAI side effect handled by saveCredentials.

Link copied to clipboard

Performs the SDAI side effect handled by saveCredentialsTypeKey.

Link copied to clipboard

Executes the storeAuthorizationCredentials step in the SDAI authentication feature layer.