devicesMissingKeysAsync
suspend fun devicesMissingKeysAsync(forceLocalAccountUpdate: Boolean = false): Array<DeviceMissingKeys>
List which of the devices of the current account are missing keys, so you can call SealdSDK.massReencrypt for them.
Return
An Array of DeviceMissingKeys instances, containing the ID of the device.
Parameters
forceLocalAccountUpdate | Whether to update the local account |
Throws
SealdException |