AuthorizationStoreImpl
internal class AuthorizationStoreImpl(val store: AuthorizationKeyValueStore) : AuthorizationStore(source)
Implements AuthorizationStore behavior in the SDAI authentication feature layer.
Author
Dmitriy Moroz
Types
Properties
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
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.