matrix-js-sdk

    Interface IClaimKeysRequest

    interface IClaimKeysRequest {
        one_time_keys: { [userId: string]: { [deviceId: string]: string } };
        timeout?: number;
    }
    Index

    Properties

    one_time_keys: { [userId: string]: { [deviceId: string]: string } }
    timeout?: number
    MMNEPVFCICPMFPCPTTAAATR