Microsoft.Identity.Client.WsTrust.UserRealmDiscoveryResponse
namespace Microsoft.Identity.Client.WsTrust
{
internal sealed class UserRealmDiscoveryResponse
{
public string Version { get; set; }
public string AccountType { get; set; }
public string FederationProtocol { get; set; }
public string FederationMetadataUrl { get; set; }
public string FederationActiveAuthUrl { get; set; }
public string CloudAudienceUrn { get; set; }
public string DomainName { get; set; }
public bool IsFederated { get; }
public bool IsManaged { get; }
public UserRealmDiscoveryResponse();
}
}