mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 22:33:25 +00:00
auth service
This commit is contained in:
@@ -24,5 +24,6 @@ namespace Bit.Core.Abstractions
|
||||
void ShowToast(string type, string title, string text, Dictionary<string, object> options = null);
|
||||
void ShowToast(string type, string title, string[] text, Dictionary<string, object> options = null);
|
||||
bool SupportsU2f();
|
||||
bool SupportsDuo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user