mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-15 13:39:29 +00:00
6 lines
172 B
C#
6 lines
172 B
C#
namespace Net.Sdk.Web.Extensions.Azure.Options;
|
|
|
|
public interface IAzureClientSecretCredentialOptions : IAzureCredentialOptions
|
|
{
|
|
string ClientSecret { get; set; }
|
|
} |