SimpleSAML_AuthMemCookie::__construct PHP Method

__construct() private method

This function implements the constructor for this class. It loads the Auth MemCookie configuration.
private __construct ( )
    private function __construct()
    {
        // load AuthMemCookie configuration
        $this->amcConfig = SimpleSAML_Configuration::getConfig('authmemcookie.php');
    }