2019-04-03 21:21:54 +03:00
|
|
|
|
namespace Bit.Core
|
|
|
|
|
{
|
|
|
|
|
public static class Constants
|
|
|
|
|
{
|
2019-04-16 14:44:18 +03:00
|
|
|
|
public const string AndroidAppProtocol = "androidapp://";
|
|
|
|
|
public const string iOSAppProtocol = "iosapp://";
|
2019-04-03 21:21:54 +03:00
|
|
|
|
public static string LockOptionKey = "lockOption";
|
2019-04-08 23:04:41 +03:00
|
|
|
|
public static string PinProtectedKey = "pinProtectedKey";
|
2019-04-16 14:44:18 +03:00
|
|
|
|
public static string DefaultUriMatch = "defaultUriMatch";
|
2019-04-17 23:01:07 +03:00
|
|
|
|
public static string DisableAutoTotpCopyKey = "disableAutoTotpCopy";
|
2019-04-03 21:21:54 +03:00
|
|
|
|
}
|
|
|
|
|
}
|