We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c86311 commit 4284148Copy full SHA for 4284148
lib/src/storage_keys.dart
@@ -9,9 +9,8 @@ import 'package:ht_kv_storage_service/src/ht_kv_storage_service.dart';
9
/// getter to access the underlying string representation for storage.
10
/// {@endtemplate}
11
enum StorageKey {
12
- /// Key for storing the email address used during a passwordless sign-in
13
- /// process.
14
- pendingSignInEmail,
+ /// Key for storing the authentication token needed for interraction with tha backend API.
+ authToken,
15
16
/// Key for storing a boolean flag indicating whether the user has completed
17
/// the onboarding flow.
0 commit comments