matrix-appservice-bridge
    Preparing search index...

    Interface ClientEncryptionSession

    interface ClientEncryptionSession {
        accessToken: string;
        deviceId: string;
        syncToken: string | null;
        userId: string;
    }
    Index
    accessToken: string
    deviceId: string
    syncToken: string | null
    userId: string