1
0
mirror of https://github.com/bitwarden/mobile.git synced 2025-01-26 21:51:34 +01:00

Added New policy types (only org & require sso) (#1122)

This commit is contained in:
Vincent Salucci 2020-10-19 11:48:42 -05:00 committed by GitHub
parent b163a0fe77
commit 26d5504a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@
{
TwoFactorAuthentication = 0,
MasterPassword = 1,
PasswordGenerator = 2
PasswordGenerator = 2,
OnlyOrg = 3,
RequireSso = 4
}
}