| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
OpenIDResponse
|
|||
|
__init__(self,
request) Make a response to an OpenIDRequest. |
|||
|
__str__(self) str(x) |
|||
| bool |
needsSigning(self) Does this response require signing? |
||
|
whichEncoding(self) How should I be encoded? |
|||
| str |
encodeToURL(self) Encode a response as a URL for the user agent to GET. |
||
| None |
addExtension(self,
extension_response) Add an extension response to this response message. |
||
| str |
encodeToKVForm(self) Encode a response in key-value colon/newline format. |
||
|
Inherited from |
|||
|
|||
| dict |
fields My parameters as a dictionary with each key mapping to one value. |
||
| OpenIDRequest |
request The request I respond to. |
||
| list of str |
signed The names of the fields which should be signed. |
||
|
|||
|
Inherited from |
|||
|
|||
Make a response to an OpenIDRequest.
|
str(x)
|
Does this response require signing?
|
How should I be encoded?
|
Encode a response as a URL for the user agent to GET. You will generally use this URL with a HTTP redirect.
|
Add an extension response to this response message.
|
Encode a response in key-value colon/newline format. This is a machine-readable format used to respond to messages which came directly from the consumer and not through the user agent.
|
|
|||
fieldsMy parameters as a dictionary with each key mapping to one value. Keys are parameter names with no leading " openid.". e.g. "identity"
and "mac_key", never
"openid.identity".
|
requestThe request I respond to.
|
signedThe names of the fields which should be signed.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri May 11 15:30:20 2007 | http://epydoc.sourceforge.net |