signature

This commit is contained in:
Frede Hundewadt 2022-12-14 12:39:42 +01:00
parent 9732ddc924
commit ba63e61a4e

View file

@ -28,9 +28,9 @@ namespace FCS.Lib.Azure
{
public class AzureAuthStore
{
public AzureAuthStore(string azureLoginUrl, string azureOAuthEndpoint,
string azureLoginScope, string azureGrantType, string azureTenantId,
string azureClientId, string azureSecret)
public AzureAuthStore(
string azureLoginUrl, string azureOAuthEndpoint, string azureLoginScope, string azureGrantType,
string azureTenantId, string azureClientId, string azureSecret)
{
AzureLoginUrl = azureLoginUrl;
AzureOAuthEndpoint = azureOAuthEndpoint;