mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 19:23:58 +00:00
adjusted put token by identifier to not have a response
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IDeviceApiRepository : IApiRepository<DeviceRequest, DeviceResponse, string>
|
||||
{
|
||||
Task<ApiResult<DeviceResponse>> PutTokenAsync(string identifier, DeviceTokenRequest request);
|
||||
Task<ApiResult> PutTokenAsync(string identifier, DeviceTokenRequest request);
|
||||
Task<ApiResult> PutClearTokenAsync(string identifier);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user