Home | Trees | Index | Help |
|
---|
Package openid :: Package server :: Module server :: Class CheckAuthRequest |
|
object
--+ |OpenIDRequest
--+ | CheckAuthRequest
See Also: OpenID Specs, Mode: check_authentication
Method Summary | |
---|---|
Construct me. | |
__str__(self)
| |
OpenIDResponse
|
Respond to this request. |
CheckAuthRequest
|
Construct me from an OpenID Message. (Class method) |
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|
Instance Variable Summary | |
---|---|
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. |
Class Variable Summary | |
---|---|
str | mode : "check_authentication " |
list |
required_fields = ['identity', 'return_to', 'response_no...
|
Instance Method Details |
---|
__init__(self,
assoc_handle,
signed,
invalidate_handle=None)
|
answer(self, signatory)Respond to this request. Given aSignatory , I can check the validity of
the signature and the invalidate_handle .
|
Class Method Details |
---|
fromMessage(klass, message, op_endpoint=None)Construct me from an OpenID Message.
|
Instance Variable Details |
---|
assoc_handleThe association handle the response was signed with.
|
invalidate_handleAn association handle the client is asking about the validity of. Optional, may beNone .
|
signedThe message with the signature which wants checking.
|
Class Variable Details |
---|
mode"check_authentication "
|
required_fields
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jun 27 15:48:22 2008 | http://epydoc.sf.net |