mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 19:23:58 +00:00
device registration on login
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using Bit.App.Models.Api;
|
||||
using Bit.App.Repositories;
|
||||
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IDeviceApiRepository : IApiRepository<DeviceRequest, DeviceResponse, string>
|
||||
{ }
|
||||
{
|
||||
Task<ApiResult<DeviceResponse>> PutTokenAsync(string identifier, DeviceTokenRequest request);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user