Home | Trees | Index | Help |
|
---|
Package openid :: Package extensions :: Module ax :: Class FetchResponse |
|
object
--+ |Extension
--+ |AXMessage
--+ |AXKeyValueMessage
--+ | FetchResponse
Method Summary | |
---|---|
| |
Construct a FetchResponse object from an OpenID library SuccessResponse object. (Class method) | |
{unicode;unicode} |
Serialize this object into arguments in the attribute exchange namespace |
| |
Inherited from Extension :
toMessage
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Class Variable Summary | |
---|---|
NoneType |
mode : The type of this attribute exchange message. |
Instance Method Details |
---|
__init__(self,
request=None,
update_url=None)
|
getExtensionArgs(self)Serialize this object into arguments in the attribute exchange namespace
|
parseExtensionArgs(self, ax_args)
|
Class Method Details |
---|
fromSuccessResponse(cls, success_response, signed=True)Construct a FetchResponse object from an OpenID library SuccessResponse object.
|
Class Variable Details |
---|
modeThe type of this attribute exchange message. This must be overridden in subclasses.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Nov 14 17:47:21 2007 | http://epydoc.sf.net |