Retrieves the stored string value for the given storage key.
The unique storage identifier.
Stored string value, null if not found, or a Promise resolving to it.
OptionalremoveOptional cleanup handler to remove an entry from storage.
The unique storage identifier to delete.
Persists a key-value pair into storage.
The unique storage identifier.
The string payload to persist.
Interface for pluggable key-value persistence adapters used by UserTokenStore.
Remarks
Compatible with
AsyncStorage,expo-secure-store, MMKV,localStorage, or in-memory dictionaries.Example