Package-level declarations

Types

Link copied to clipboard

A storage implementation that stores key-value pairs in memory.

Link copied to clipboard
class SharedPreferencesStorage(context: ERROR CLASS: Symbol not found for Context, fileName: String = "_fusionauth_mobile_sdk") : Storage

SharedPreferencesStorage is a class that implements the Storage interface and provides a storage mechanism using SharedPreferences.

Link copied to clipboard
interface Storage

This interface represents a storage mechanism for storing and retrieving key-value pairs.