Azure.Identity.AuthenticationAccount
namespace Azure.Identity
{
internal class AuthenticationAccount
{
string Username { get; }
string Environment { get; }
AccountId HomeAccountId { get; }
public static explicit operator AuthenticationAccount(AuthenticationRecord profile);
public static explicit operator AuthenticationRecord(AuthenticationAccount account);
}
}