AzureADOptionsForDeletegation
user_7238188
csharp
2 years ago
408 B
14
Indexable
namespace BUMA.LineUp.Services.General.Domain.Models.Request.Service
{
public class AzureADOptionsForDeletegation
{
public string TenantId { get; set; } = string.Empty;
public string ClientId { get; set; } = string.Empty;
public string SourceClientId { get; set; } = string.Empty;
public string SourceClientSecret { get; set; } = string.Empty;
}
}
Editor is loading...
Leave a Comment