mirror of
https://github.com/bitwarden/android.git
synced 2025-01-09 01:37:33 +03:00
9 lines
117 B
C#
9 lines
117 B
C#
|
namespace Bit.Core.Enums
|
|||
|
{
|
|||
|
public enum VaultTimeoutAction
|
|||
|
{
|
|||
|
Lock = 0,
|
|||
|
Logout = 1,
|
|||
|
}
|
|||
|
}
|