Home | Trees | Indices | Help |
|
---|
|
object --+ | OpenIDRequest --+ | CheckAuthRequest
See Also: OpenID Specs, Mode: check_authentication
|
|||
__init__(self,
assoc_handle,
signed,
invalidate_handle=None) Construct me. |
|||
OpenIDResponse |
answer(self,
signatory) Respond to this request. |
||
__str__(self) str(x) |
|||
Inherited from |
|
|||
CheckAuthRequest |
fromMessage(klass,
message,
op_endpoint=None) Construct me from an OpenID Message. |
|
|||
str |
mode = 'check_authentication' the openid.mode of this request.
|
||
required_fields = ['identity', 'return_to', 'response_nonce']
|
|
|||
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 theinvalidate_handle .
|
str(x)
|
|
required_fields
|
|
invalidate_handleAn association handle the client is asking about the validity of. Optional, may be None .
|
signedThe message with the signature which wants checking.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri May 11 15:30:19 2007 | http://epydoc.sourceforge.net |