LOGON32_LOGON_BATCH

const win32security.LOGON32_LOGON_BATCH;

This logon type is intended for batch servers, where processes may be executing on behalf of a user without their direct intervention; or for higher performance servers that process many clear-text authentication attempts at a time, such as mail or web servers. LogonUser does not cache credentials for this logon type.