Hello,
First, you can see all types here https://learn.microsoft.com/en-us/windows-server/identity/securing-privileged-access/reference-tools-logon-types
You can check if your authentication is different (NLA), when you enable it, the authentication occurs at client side, when you disable it, it occurs at server side.
Confirm your account type, if it is a local account, NTLM will be used, otherwise it most possibly
be kerberos as a domain authentication.
If the Answer is helpful, please click "Accept Answer" and upvote it.