OneTimeKeysCount returns a count of all OTKs for this device.
(ctx context.Context, userID, deviceID string)
| 33 | |
| 34 | // OneTimeKeysCount returns a count of all OTKs for this device. |
| 35 | OneTimeKeysCount(ctx context.Context, userID, deviceID string) (*api.OneTimeKeysCount, error) |
| 36 | |
| 37 | // DeviceKeysJSON populates the KeyJSON for the given keys. If any proided `keys` have a `KeyJSON` or `StreamID` already then it will be replaced. |
| 38 | DeviceKeysJSON(ctx context.Context, keys []api.DeviceMessage) error |
no outgoing calls
no test coverage detected