AuthenticationProtocol coding group Lua access code To access the code of the codings below, append the coding group name and coding name to syslib.model.codes, see an example below. return syslib.model.codes.AuthenticationProtocol.BASIC Codings Name Code Description BASIC 2 Basic access authentication DIGEST 4 Digest access authentication NEGOTIATE 5 Negotiate access authentication NONE 1 Anonymous access authentication NTLM 3 NTML access authentication