mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 18:12:48 -05:00
Reference id storage and signup
This commit is contained in:
@ -38,6 +38,7 @@ namespace Bit.Core.Models.Table
|
||||
public GatewayType? Gateway { get; set; }
|
||||
public string GatewayCustomerId { get; set; }
|
||||
public string GatewaySubscriptionId { get; set; }
|
||||
public string ReferenceId { get; set; }
|
||||
public bool Enabled { get; set; } = true;
|
||||
public string LicenseKey { get; set; }
|
||||
public string ApiKey { get; set; }
|
||||
|
Reference in New Issue
Block a user