<PackageReference Include="Azure.Core" Version="1.53.0" />

Azure.Identity.AuthenticationFailedException

An exception class raised for errors in authenticating client requests.
namespace Azure.Identity { public class AuthenticationFailedException : Exception { public AuthenticationFailedException(string message); public AuthenticationFailedException(string message, Exception innerException); protected AuthenticationFailedException(SerializationInfo info, StreamingContext context); } }