1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

auth service

This commit is contained in:
Kyle Spearrin
2019-04-18 09:45:31 -04:00
parent b61355a8fa
commit 43948c65f1
6 changed files with 381 additions and 0 deletions

View File

@@ -106,6 +106,11 @@ namespace Bit.App.Services
return AppInfo.VersionString;
}
public bool SupportsDuo()
{
return true;
}
public bool SupportsU2f()
{
return false;