| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
OpenIDResponse
I am a response to an OpenID request.
| Instance Methods | |||
|
|||
|
|||
| str |
|
||
| str |
|
||
| bool |
|
||
| bool |
|
||
|
|||
| str |
|
||
| None |
|
||
| str |
|
||
|
Inherited from |
|||
| Instance Variables | |
| openid.message.Message |
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. |
| Properties | |
|
Inherited from |
| Method Details |
Make a response to an OpenIDRequest.
|
str(x)
|
Returns the form markup for this response.
Since: 2.1.0 |
Returns an HTML document that auto-submits the form markup for this response.
See Also: toFormMarkup Since: 2.1.? |
Returns True if this response's encoding is ENCODE_HTML_FORM. Convenience method for server authors.
Since: 2.1.0 |
How should I be encoded?
Change Log: 2.1.0 added the ENCODE_HTML_FORM response. |
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.
See Also: OpenID Specs, Key-Value Colon/Newline format |
| Instance Variable Details |
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".
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Jul 29 15:11:28 2010 | http://epydoc.sourceforge.net |