mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 18:13:36 +00:00
centralize login code into auth service
This commit is contained in:
@@ -14,5 +14,6 @@ namespace Bit.App.Models.Api
|
||||
[JsonProperty("token_type")]
|
||||
public string TokenType { get; set; }
|
||||
public List<int> TwoFactorProviders { get; set; }
|
||||
public string PrivateKey { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user