Package-level declarations

Types

Link copied to clipboard
class DataStoreStorage(context: ERROR CLASS: Symbol not found for Context) : Storage

An implementation of the Storage interface that uses Android's Jetpack DataStore for persistence. This class is designed to be a modern replacement for SharedPreferences-based storage.

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.