12 require_once
'Auth/OpenID/Message.php';
44 $implicit = $message->isOpenID1();
45 $added = $message->namespaces->addAlias($this->ns_uri,
49 if ($added === null) {
50 if ($message->namespaces->getAlias($this->ns_uri) !=
56 $message->updateArgs($this->ns_uri,
toMessage($message)
Add the arguments from this extension to the provided message.
$ns_uri
ns_uri: The namespace to which to add the arguments for this extension
getExtensionArgs()
Get the string arguments that should be added to an OpenID message for this extension.