addExtensionArg(self,
namespace,
key,
value)
Add an extension argument to this OpenID authentication request.
Use caution when adding arguments, because they will be URL-escaped
and appended to the redirect URL, which can easily get quite long.
-
- Parameters:
namespace -
The namespace for the extension. For example, the simple
registration extension uses the namespace sreg.
(type=str)
key -
The key within the extension namespace. For example, the
nickname field in the simple registration extension's key is
nickname.
(type=str)
value -
The value to provide to the server for this argument.
(type=str)
|