• Preparing search index...
  • The search index is not available
@secrecy/lib
  • @secrecy/lib
  • client/storage
  • getStorage

Function getStorage

  • getStorage(session?): {
        jwt: StoreBuddy<string | null>;
        userAppKeys: StoreBuddy<KeyPair | null>;
        userAppSession: StoreBuddy<string | null>;
    }
  • Parameters

    • Optionalsession: boolean

    Returns {
        jwt: StoreBuddy<string | null>;
        userAppKeys: StoreBuddy<KeyPair | null>;
        userAppSession: StoreBuddy<string | null>;
    }

    • jwt: StoreBuddy<string | null>
    • userAppKeys: StoreBuddy<KeyPair | null>
    • userAppSession: StoreBuddy<string | null>
    • Defined in src/client/storage.ts:5

Settings

Member Visibility
@secrecy/lib
  • Loading...

Generated using TypeDoc