| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
OpenIDRequest --+
|
CheckAuthRequest
A request to verify the validity of a previous response.
See Also: OpenID Specs, Mode: check_authentication
|
|||
|
|||
| OpenIDResponse |
|
||
|
|||
|
Inherited from |
|||
|
|||
| CheckAuthRequest |
|
||
|
|||
| str |
mode = the openid.mode of this request.
|
||
required_fields =
|
|||
|
|||
| str |
assoc_handle The association handle the response was signed with. |
||
| str |
invalidate_handle An association handle the client is asking about the validity of. |
||
| Message |
signed The message with the signature which wants checking. |
||
|
|||
|
Inherited from |
|||
|
|||
Construct me. These parameters are assigned directly as class attributes, see my class documentation for their descriptions.
|
Construct me from an OpenID Message.
|
Respond to this request. Given a Signatory, I can check the validity of the signature and
the
|
str(x)
|
|
|||
invalidate_handleAn association handle the client is asking about the validity of. Optional, may beNone.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Dec 17 16:12:36 2011 | http://epydoc.sourceforge.net |