Azure.Identity.Validations
namespace Azure.Identity
{
internal static class Validations
{
public static string ValidateTenantId(string tenantId, string argumentName = null, bool allowNull = false);
public static Uri ValidateAuthorityHost(Uri authorityHost);
public static bool IsValidateSubscriptionNameOrId(string subscription);
}
}