Auth_OpenID_SessionNegotiator::__construct PHP Method

__construct() public method

public __construct ( $allowed_types )
    function __construct($allowed_types)
    {
        $this->allowed_types = array();
        $this->setAllowedTypes($allowed_types);
    }