| Home | Trees | Index | Help |
|
|---|
| Package openid :: Package consumer :: Module consumer :: Class SuccessResponse |
|
object--+ |Response--+ | SuccessResponse
| Method Summary | |
|---|---|
__init__(self,
identity_url,
signed_args)
| |
extract signed extension data from the server's response. | |
fromQuery(cls,
identity_url,
query,
signed)
(Class method) | |
| str |
Get the openid.return_to argument from this response. |
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Instance Variable Summary | |
|---|---|
identity_url: The identity URL that has been authenticated | |
signed_args: The arguments in the server's response that were signed and
verified. | |
| Class Variable Summary | |
|---|---|
str |
status: SUCCESS |
| Instance Method Details |
|---|
extensionResponse(self, prefix)extract signed extension data from the server's response.
|
getReturnTo(self)Get the openid.return_to argument from this response. This is useful for verifying that this request was initiated by this consumer.
|
| Instance Variable Details |
|---|
identity_urlThe identity URL that has been authenticated |
signed_argsThe arguments in the server's response that were signed and verified. |
| Class Variable Details |
|---|
statusSUCCESS
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu May 11 15:16:14 2006 | http://epydoc.sf.net |