Auth_OpenID_DiffieHellmanSHA1ServerSession::__construct PHP Method

__construct() public method

public __construct ( $dh, $consumer_pubkey )
    function __construct($dh, $consumer_pubkey)
    {
        $this->dh = $dh;
        $this->consumer_pubkey = $consumer_pubkey;
    }
Auth_OpenID_DiffieHellmanSHA1ServerSession