mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00:00
notification hub push registration service
This commit is contained in:
@@ -6,5 +6,7 @@ namespace Bit.Core.Services
|
||||
public interface IDeviceService
|
||||
{
|
||||
Task SaveAsync(Device device);
|
||||
Task ClearTokenAsync(Device device);
|
||||
Task DeleteAsync(Device device);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user