1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 09:13:15 +00:00

Lock by master password page.

This commit is contained in:
Kyle Spearrin
2016-07-18 19:16:27 -04:00
parent 83f4513604
commit d82c0d7d71
7 changed files with 155 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ namespace Bit.App.Abstractions
bool IsAuthenticated { get; }
string Token { get; set; }
string UserId { get; set; }
string Email { get; set; }
string PIN { get; set; }
void LogOut();