mirror of
https://github.com/bitwarden/mobile
synced 2025-12-24 04:04:34 +00:00
9 lines
197 B
C#
9 lines
197 B
C#
namespace Bit.Core
|
|
{
|
|
public static class Constants
|
|
{
|
|
public static string LockOptionKey = "lockOption";
|
|
public static string PinProtectedKey = "pinProtectedKey";
|
|
}
|
|
}
|