Search notes:

Windows.Security.Principal.WindowsIdentity - AuthenticationType

The property AuthenticationType of the Windows.Security.Principal.WindowsIdentity class is a string that indicates how a user was authenticated.
Possible values include
The following PowerShell command returns the current user's authentication type on the command line:
[System.Security.Principal.WindowsIdentity]::GetCurrent().AuthenticationType 

Index