JanRain OpenID Library

Auth_OpenID_Extension
in package

A base class for accessing extension request and response data for the OpenID 2 protocol.

Table of Contents

$ns_alias  : mixed
$ns_uri  : mixed
ns_uri: The namespace to which to add the arguments for this extension
getExtensionArgs()  : null
Get the string arguments that should be added to an OpenID message for this extension.
toMessage()  : null
Add the arguments from this extension to the provided message.

Properties

$ns_uri

ns_uri: The namespace to which to add the arguments for this extension

public mixed $ns_uri = \null

Methods

getExtensionArgs()

Get the string arguments that should be added to an OpenID message for this extension.

public getExtensionArgs([Auth_OpenID_Request|null $request = null ]) : null
Parameters
$request : Auth_OpenID_Request|null = null
Return values
null

Search results