Const
Settings for secure storage of AniList authentication data.
export const AUTH_STORAGE_CONFIG = { encryptionKey: encryptionKey, storageKey: "anilist-auth-data",}; Copy
export const AUTH_STORAGE_CONFIG = { encryptionKey: encryptionKey, storageKey: "anilist-auth-data",};
Settings for secure storage of AniList authentication data.