Files
Net.Sdk.Web.Extensions/Net.Sdk.Web.Extensions.Azure/Options/IAzureClientSecretCredentialOptions.cs
T
2024-08-16 20:15:11 +02:00

6 lines
172 B
C#

namespace Net.Sdk.Web.Extensions.Azure.Options;
public interface IAzureClientSecretCredentialOptions : IAzureCredentialOptions
{
string ClientSecret { get; set; }
}