From ba63e61a4e121ddf5016482eae4c1993d2d0f7ac Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Wed, 14 Dec 2022 12:39:42 +0100 Subject: [PATCH] signature --- AzureAuthStore.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AzureAuthStore.cs b/AzureAuthStore.cs index 6a2a597..2e1c4bc 100644 --- a/AzureAuthStore.cs +++ b/AzureAuthStore.cs @@ -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;