AUTH_STORAGE_CONFIG: { encryptionKey: string; storageKey: string } = ...

Settings for secure storage of AniList authentication data.

Type declaration

  • encryptionKey: string
  • storageKey: string
export const AUTH_STORAGE_CONFIG = {
encryptionKey: encryptionKey,
storageKey: "anilist-auth-data",
};