Home | Trees | Indices | Help |
|
---|
|
object --+ | OpenIDRequest --+ | AssociateRequest
A request to establish an association.
See Also: OpenID Specs, Mode: associate
Instance Methods | |||
|
|||
OpenIDResponse |
|
||
|
|||
Inherited from |
Class Methods | |||
AssociateRequest |
|
Class Variables | |
str |
mode =
the openid.mode of this request.
|
session_classes =
|
Instance Variables | |
str |
assoc_type The type of association. |
session An object that knows how to handle association requests of a certain type. |
Properties | |
Inherited from |
Method Details |
Construct me. The session is assigned directly as a class attribute. See my class documentation for its description.
|
Construct me from an OpenID Message.
|
Respond to this request with an association.
|
Class Variable Details |
session_classes
|
Instance Variable Details |
assoc_typeThe type of association. The protocol currently only defines one value for this, "HMAC-SHA1 ".
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 29 15:11:27 2010 | http://epydoc.sourceforge.net |