mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00:00
yubico global settings
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
public virtual DataProtectionSettings DataProtection { get; set; } = new DataProtectionSettings();
|
||||
public virtual DocumentDbSettings DocumentDb { get; set; } = new DocumentDbSettings();
|
||||
public virtual NotificationHubSettings NotificationHub { get; set; } = new NotificationHubSettings();
|
||||
public virtual YubicoSettings Yubico { get; set; } = new YubicoSettings();
|
||||
|
||||
public class SqlServerSettings
|
||||
{
|
||||
@@ -71,5 +72,11 @@
|
||||
public string ConnectionString { get; set; }
|
||||
public string HubName { get; set; }
|
||||
}
|
||||
|
||||
public class YubicoSettings
|
||||
{
|
||||
public string ClientId { get; set; }
|
||||
public string Key { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user