Home | Trees | Indices | Help |
|
---|
|
object --+ | AuthRequest
|
|||
__init__(self,
endpoint,
assoc) Creates a new AuthRequest object. |
|||
addExtensionArg(self,
namespace,
key,
value) Add an extension argument to this OpenID authentication request. |
|||
redirectURL(self, trust_root, return_to, immediate=False) | |||
Inherited from |
|
|||
Inherited from |
|
Creates a new AuthRequest object. This just stores each argument in an appropriately named field. Users of this library should not create instances of this class. Instances of this class are created by the library when needed.
|
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.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 8 13:26:20 2006 | http://epydoc.sourceforge.net |