Auth_OpenID_AuthRequest::__construct PHP Method

__construct() public method

Users of this library should not create instances of this class. Instances of this class are created by the library when needed.
public __construct ( $endpoint, $assoc )
    function __construct($endpoint, $assoc)
    {
        $this->assoc = $assoc;
        $this->endpoint = $endpoint;
        $this->return_to_args = array();
        $this->message = new Auth_OpenID_Message($endpoint->preferredNamespace());
        $this->_anonymous = false;
    }