| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
OpenIDRequest --+
|
AssociateRequest
See Also: OpenID Specs, Mode: associate
|
|||
|
__init__(self,
session) Construct me. |
|||
| OpenIDResponse |
answer(self,
assoc) Respond to this request with an association. |
||
|
Inherited from |
|||
|
|||
| AssociateRequest |
fromQuery(klass,
query) Construct me from a web query. |
||
|
|||
| str |
mode = 'associate'the openid.mode of this request.
|
||
session_classes = {None: <class 'openid.server.server.PlainTextServerS...
|
|||
|
|||
| str |
assoc_type = 'HMAC-SHA1'The type of association. |
||
|
session An object that knows how to handle association requests of a certain type. |
|||
|
|||
|
Inherited from |
|||
|
|||
Construct me. The session is assigned directly as a class attribute. See my class documentation for its description.
|
Construct me from a web query.
|
Respond to this request with an association.
|
|
|||
session_classes
|
|
|||
assoc_typeThe type of association. The protocol currently only defines one value for this, " HMAC-SHA1".
|
sessionAn object that knows how to handle association requests of a certain type. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Dec 8 13:26:20 2006 | http://epydoc.sourceforge.net |