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

u2f 2f provider enum

This commit is contained in:
Kyle Spearrin 2017-06-14 22:40:55 -04:00
parent 1fc441b6e8
commit 94be5bc1dd

View File

@ -5,6 +5,7 @@
Authenticator = 0,
Email = 1,
Duo = 2,
YubiKey = 3
YubiKey = 3,
U2F = 4
}
}