Jun 24 - Implement device registry

This commit is contained in:
Nguyen Ngo
2026-06-25 10:26:22 -04:00
parent e6de1f01b6
commit c05f0029fb
4 changed files with 85 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ nonisolated enum Constants {
static let userRole = "com.jqc.userRole"
static let username = "com.jqc.username"
static let displayName = "com.jqc.displayName"
static let deviceId = "com.jqc.deviceId"
}
static let tokenRefreshBufferMinutes: Double = 5