useSecureStorage property

bool useSecureStorage
final

Whether to use secure (encrypted) storage for tokens.

When true (default), tokens are stored using platform-specific secure storage (Keychain on iOS, EncryptedSharedPreferences on Android). When false, tokens are stored in regular SharedPreferences.

Implementation

final bool useSecureStorage;