1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

remeber two factor token

This commit is contained in:
Kyle Spearrin
2017-06-27 16:35:29 -04:00
parent 4116d95a3e
commit 37428c01dd
6 changed files with 46 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ namespace Bit.App.Abstractions
string RefreshToken { get; set; }
[Obsolete("Old auth scheme")]
string AuthBearer { get; set; }
string TwoFactorToken { get; set; }
DateTime TokenExpiration { get; }
string TokenIssuer { get; }
bool TokenExpired { get; }