Azure.Identity.AuthenticationRequiredException
An exception indicating that interactive authentication is required.
namespace Azure.Identity
{
public class AuthenticationRequiredException : CredentialUnavailableException
{
public TokenRequestContext TokenRequestContext { get; }
public AuthenticationRequiredException(string message, TokenRequestContext context);
public AuthenticationRequiredException(string message, TokenRequestContext context, Exception innerException);
protected AuthenticationRequiredException(SerializationInfo info, StreamingContext context);
}
}