Home | Trees | Indices | Help |
|
---|
|
object --+ | OpenIDRequest --+ | CheckAuthRequest
A request to verify the validity of a previous response.
See Also: OpenID Specs, Mode: check_authentication
Instance Methods | |||
|
|||
OpenIDResponse |
|
||
|
|||
Inherited from |
Class Methods | |||
CheckAuthRequest |
|
Class Variables | |
str |
mode =
the openid.mode of this request.
|
required_fields =
|
Instance Variables | |
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. |
Properties | |
Inherited from |
Method Details |
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)
|
Instance Variable Details |
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 Thu Jul 29 15:11:27 2010 | http://epydoc.sourceforge.net |