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

Azure.Identity.InteractiveBrowserCredential

A TokenCredential implementation which launches the system default browser to interactively authenticate a user and obtain an access token. The browser will only be launched to authenticate the user once, then will silently acquire access tokens through the user's refresh token as long as it's valid. For usage instructions, see Interactive browser authentication.
namespace Azure.Identity { }