matrix-js-sdk

    Interface ISignedKey

    interface ISignedKey {
        algorithms: string[];
        device_id: string;
        keys: Record<string, string>;
        signatures: ISignatures;
        user_id: string;
    }
    Index

    Properties

    algorithms: string[]
    device_id: string
    keys: Record<string, string>
    signatures: ISignatures
    user_id: string
    MMNEPVFCICPMFPCPTTAAATR