mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 11:03:54 +00:00
device registration on login
This commit is contained in:
7
src/App/Abstractions/Services/IAppIdService.cs
Normal file
7
src/App/Abstractions/Services/IAppIdService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IAppIdService
|
||||
{
|
||||
string AppId { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user