Interface IDownloadKeyResult

Hierarchy

  • IDownloadKeyResult

Properties

device_keys: {
    [userId: string]: DeviceKeys;
}

Type declaration

failures: {
    [serverName: string]: object;
}

Type declaration

  • [serverName: string]: object
master_keys?: {
    [userId: string]: Keys;
}

Type declaration

  • [userId: string]: Keys
self_signing_keys?: {
    [userId: string]: SigningKeys;
}

Type declaration

user_signing_keys?: {
    [userId: string]: SigningKeys;
}

Type declaration

Generated using TypeDoc