mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-21 00:19:30 +00:00
Setup Azure package
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Net.Sdk.Web.Extensions.Azure.Options;
|
||||
|
||||
public interface IAzureCredentialOptions
|
||||
{
|
||||
string ClientId { get; set; }
|
||||
|
||||
string TenantId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user