<PackageReference Include="Microsoft.Identity.Client" Version="4.86.0" />

Microsoft.Identity.Client.TokenSource

public enum TokenSource
Specifies the source of the access and Id tokens in the authentication result.
namespace Microsoft.Identity.Client { public enum TokenSource { IdentityProvider, Cache, Broker } }