mirror of
https://github.com/bitwarden/mobile
synced 2025-12-30 23:23:38 +00:00
9 lines
154 B
C#
9 lines
154 B
C#
namespace Bit.App.Abstractions
|
|
{
|
|
public interface IAppIdService
|
|
{
|
|
string AppId { get; }
|
|
string AnonymousAppId { get; }
|
|
}
|
|
}
|