DeleteDeviceKeys removes the device keys for a given user/device, and any accompanying cross-signing signatures relating to that device.
(ctx context.Context, userID string, deviceIDs []gomatrixserverlib.KeyID)
| 58 | // DeleteDeviceKeys removes the device keys for a given user/device, and any accompanying |
| 59 | // cross-signing signatures relating to that device. |
| 60 | DeleteDeviceKeys(ctx context.Context, userID string, deviceIDs []gomatrixserverlib.KeyID) error |
| 61 | |
| 62 | // ClaimKeys based on the 3-uple of user_id, device_id and algorithm name. Returns the keys claimed. Returns no error if a key |
| 63 | // cannot be claimed or if none exist for this (user, device, algorithm), instead it is omitted from the returned slice. |
no outgoing calls
no test coverage detected