mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
remeber two factor token
This commit is contained in:
@@ -16,6 +16,7 @@ namespace Bit.App.Models.Api
|
||||
public string TokenType { get; set; }
|
||||
public Dictionary<TwoFactorProviderType, Dictionary<string, object>> TwoFactorProviders2 { get; set; }
|
||||
public string PrivateKey { get; set; }
|
||||
public string TwoFactorToken { get; set; }
|
||||
public string Key { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user