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