24. cgi::AuthType

[<<<] [>>>]

This is the type of the authentication the web server performed when the CGI program was started. It is undef if there was no user authentication. It is "Basic" if the web server used the basic authentication and is "NTLM" if the authentication is Windows NT challenge response authentication. Other web servers may use different authentication schemas and this variable may have other values.


[<<<] [>>>]