aboutsummaryrefslogtreecommitdiff
path: root/QSThingsPlugin/Types/Constants.h
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-09-10 16:12:55 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-09-10 16:12:55 +0200
commit7cf393095282077b0bbae3046826b67f4f20a8eb (patch)
tree9aaf5704cbb8612bf78378aefa40ae40e79a7850 /QSThingsPlugin/Types/Constants.h
parentc4705a0a678ac523b243c7b68ce27fbf5e44b61a (diff)
Add auth key + complete task action
Diffstat (limited to 'QSThingsPlugin/Types/Constants.h')
-rw-r--r--QSThingsPlugin/Types/Constants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/QSThingsPlugin/Types/Constants.h b/QSThingsPlugin/Types/Constants.h
index e365a8f..044dcde 100644
--- a/QSThingsPlugin/Types/Constants.h
+++ b/QSThingsPlugin/Types/Constants.h
@@ -5,3 +5,7 @@ extern NSString *const kProjectType;
extern NSString *const kAreaType;
extern NSString *const kTagType;
extern NSString *const kTaskType;
+
+#pragma mark - Keychain
+extern NSString *const kKeychainService;
+extern NSString *const kAuthenticationKeyKeychainKey;