Setup Azure package

This commit is contained in:
2024-08-16 20:15:11 +02:00
parent 814c43e53a
commit 1ff3c767f0
15 changed files with 789 additions and 2 deletions
@@ -0,0 +1,8 @@
namespace Net.Sdk.Web.Extensions.Azure.Options;
public interface IAzureCredentialOptions
{
string ClientId { get; set; }
string TenantId { get; set; }
}