| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
OpenIDRequest --+
|
CheckAuthRequest
See Also: OpenID Specs, Mode: check_authentication
|
|||
|
__init__(self,
assoc_handle,
sig,
signed,
invalidate_handle=None) Construct me. |
|||
| OpenIDResponse |
answer(self,
signatory) Respond to this request. |
||
|
__str__(self) str(x) |
|||
|
Inherited from |
|||
|
|||
| CheckAuthRequest |
fromQuery(klass,
query) Construct me from a web query. |
||
|
|||
| str |
mode = 'check_authentication'the openid.mode of this request.
|
||
|
|||
| 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. |
||
| str |
sig The signature to check. |
||
| list of pairs |
signed The ordered list of signed items you want to check. |
||
|
|||
|
Inherited from |
|||
|
|||
Construct me. These parameters are assigned directly as class attributes, see my class documentation for their descriptions.
|
Construct me from a web query.
|
Respond to this request. Given a Signatory, I can check the validity of the signature and theinvalidate_handle.
|
str(x)
|
|
|||
|
|||
invalidate_handleAn association handle the client is asking about the validity of. Optional, may be None.
|
sigThe signature to check.
|
signedThe ordered list of signed items you want to check.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Dec 8 13:26:20 2006 | http://epydoc.sourceforge.net |