mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 02:22:49 -05:00
DAL & CRUD for SSO
This commit is contained in:
@ -12,6 +12,7 @@ namespace Bit.Core.Models.Table
|
||||
private Dictionary<TwoFactorProviderType, TwoFactorProvider> _twoFactorProviders;
|
||||
|
||||
public Guid Id { get; set; }
|
||||
public string Identifier { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string BusinessName { get; set; }
|
||||
public string BusinessAddress1 { get; set; }
|
||||
|
Reference in New Issue
Block a user