matrix-js-sdk
    Preparing search index...

    Interface NewKeyBackupInfo

    Information about a new server-side key backup.

    The type of the request body for POST /_matrix/client/v3/room_keys/version.

    interface NewKeyBackupInfo {
        algorithm: string;
        auth_data: ISigned & (Curve25519AuthData | Aes256AuthData);
    }

    Hierarchy (View Summary)

    Index
    algorithm: string