@synonymdev/pubky
    Preparing search index...

    Class StoredSessionInfo

    Metadata for a session saved in the browser session store.

    Index
    capabilities: string[]

    Authorized capabilities.

    clientId: string

    Application/client identifier.

    createdAt: number

    Local save timestamp, in Unix milliseconds.

    grantExpiresAt: number

    Underlying grant expiry timestamp, in Unix seconds.

    grantId: string

    Grant identifier backing this stored session.

    homeserver: string

    Homeserver public key as z32.

    id: string

    Stable local identifier for this stored session.

    publicKey: string

    User public key as z32.

    storageMode: string

    delegated for origin-bound WebCrypto sessions, localSecret for raw local PoP secret storage.

    • Returns void

    • Returns void