SimpleSAML_AuthMemCookie::__construct PHP Méthode

__construct() private méthode

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');
    }