mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
initial commit
This commit is contained in:
12
src/App/Models/Api/Response/ProfileResponse.cs
Normal file
12
src/App/Models/Api/Response/ProfileResponse.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Bit.App.Models.Api
|
||||
{
|
||||
public class ProfileResponse
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string MasterPasswordHint { get; set; }
|
||||
public string Culture { get; set; }
|
||||
public bool TwoFactorEnabled { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user