FILE ... TOC

Return the authentication type of a page

Returns the authentication type that the webserver named for authentication when the page was downloaded (or at least there was a trial to download it).

This type should be basic or we are out of luck.

Usage:

               $page->auth_type

If this parameter was not extracted yet from the header lines before this method calls realm to perform the calculation.

FILE ... TOC