matrix-appservice-bridge
    Preparing search index...

    Interface ClientEncryptionSession

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

    Properties

    accessToken: string
    deviceId: string
    syncToken: null | string
    userId: string