mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 19:23:58 +00:00
clear push token on unregister
This commit is contained in:
@@ -9,5 +9,6 @@ namespace Bit.App.Abstractions
|
||||
public interface IDeviceApiRepository : IApiRepository<DeviceRequest, DeviceResponse, string>
|
||||
{
|
||||
Task<ApiResult<DeviceResponse>> PutTokenAsync(string identifier, DeviceTokenRequest request);
|
||||
Task<ApiResult<DeviceResponse>> PutClearTokenAsync(string identifier);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user