Files
nice-app-web/src/shared/constants/local-storage.ts
focp212@naver.com b2c60f672a test login
2025-09-09 14:26:13 +09:00

35 lines
913 B
TypeScript

export enum StorageKeys {
AppStart = 'APP_START',
TokenType = 'TOKEN_TYPE',
AccessToken = 'ACCESS_TOKEN',
RefreshToken = 'REFRESH_TOKEN',
AccessTokenExpiresIn = 'ACCESS_TOKEN_EXPIRE_IN',
RefreshTokenExpiresIn = 'REFRESH_TOKEN_EXPIRES_IN',
MenuGrants = 'MENU_GRANTS',
Usrid = 'USRID',
// ClientAddressIP = 'ClIENT_ADDRESS_IP',
// Requires2FA = 'REQUIRES_2FA',
BottomBannerClose = 'BOTTOM_BANNER_CLOSE',
RootStore = 'ROOT_STORE',
requestId = 'REQUEST_ID',
Jwt = 'JWT',
RequestId = 'REQUEST_ID',
HasBioHardware = 'HAS_BIO_HARDWARE',
DeviceUniqueId = 'DEVICE_UNIQUE_ID',
AppVersion = 'APP_VERSION',
AppColor = 'APP_COLOR',
RedirectPath = 'REDIRECT_PATH',
Platform = 'PLATFORM',
AppPagingSpeed = 'APP_PAGING_SPEED', // deprecated
ScannedQrCode = 'SCANNED_QR_CODE',
HasPushTokenSent = 'HAS_PUSH_TOKEN_SENT',
SetFont = 'SET_FONT',
LogOut = 'LOGOUT',
}