mirror of
https://github.com/bitwarden/server
synced 2026-01-04 01:23:25 +00:00
initial commit of source
This commit is contained in:
8
src/Core/Enums/CipherType.cs
Normal file
8
src/Core/Enums/CipherType.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Bit.Core.Enums
|
||||
{
|
||||
public enum CipherType
|
||||
{
|
||||
Folder = 0,
|
||||
Site = 1
|
||||
}
|
||||
}
|
||||
7
src/Core/Enums/TwoFactorProvider.cs
Normal file
7
src/Core/Enums/TwoFactorProvider.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Bit.Core.Enums
|
||||
{
|
||||
public enum TwoFactorProvider
|
||||
{
|
||||
Authenticator = 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user