DefaultStorageClientProvider

constructor(context: Context, storageClient: StorageClient = DefaultStorageClient(context))

Parameters

context

The Android Context used to access shared preferences.

storageClient

The StorageClient to read legacy authenticator data from. Defaults to a new DefaultStorageClient instance.