summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-03-30 18:33:51 +0000
committertailor <cygnus@janrain.com>2007-03-30 18:33:51 +0000
commitd2793330df45cbba9948266d27ef51a928e47837 (patch)
treee63df2c3c526852fb2491656661188d7d8ab5d03 /Auth
parente5e94591e93de5fc5a11ad767fb050fe7ce1b904 (diff)
downloadphp-openid-d2793330df45cbba9948266d27ef51a928e47837.zip
php-openid-d2793330df45cbba9948266d27ef51a928e47837.tar.gz
php-openid-d2793330df45cbba9948266d27ef51a928e47837.tar.bz2
[project @ Add Auth_OpenID_AuthRequest::addExtension]
Diffstat (limited to 'Auth')
-rw-r--r--Auth/OpenID/Consumer.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php
index 1734685..7a9fb28 100644
--- a/Auth/OpenID/Consumer.php
+++ b/Auth/OpenID/Consumer.php
@@ -1528,6 +1528,17 @@ class Auth_OpenID_AuthRequest {
}
/**
+ * Add an extension to this checkid request.
+ *
+ * $extension_request: An object that implements the extension
+ * request interface for adding arguments to an OpenID message.
+ */
+ function addExtension(&$extension_request)
+ {
+ $extension_request->toMessage($this->message);
+ }
+
+ /**
* Add an extension argument to this OpenID authentication
* request.
*