Home | Trees | Indices | Help |
|
---|
|
object --+ | Signatory
I sign things.
I also check signatures.
All my state is encapsulated in an OpenIDStore, which means I'm not generally pickleable but I am easy to reconstruct.
Instance Methods | |||
|
|||
bool |
|
||
OpenIDResponse |
|
||
openid.association.Association |
|
||
openid.association.Association |
|
||
|
|||
Inherited from |
Class Variables | |
int |
SECRET_LIFETIME = 1209600 The number of seconds a secret remains valid. |
Properties | |
Inherited from |
Method Details |
Create a new Signatory.
|
Verify that the signature for some data is valid.
|
Sign a response. I take a OpenIDResponse, create a signature for everything in its signed list, and return a new copy of the response object with that signature included.
|
Make a new association.
|
Get the association with the specified handle.
|
Invalidates the association with the given handle.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 29 15:11:28 2010 | http://epydoc.sourceforge.net |