Home | Trees | Index | Help |
|
---|
Package openid :: Package server :: Module server :: Class PlainTextServerSession |
|
object
--+
|
PlainTextServerSession
Method Summary | |
---|---|
answer(self,
secret)
| |
fromMessage(cls,
unused_request)
(Class method) | |
Inherited from object :
__init__ ,
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Class Variable Summary | |
---|---|
list |
allowed_assoc_types = ['HMAC-SHA1', 'HMAC-SHA256']
|
str | session_type : The session_type for this association session. |
Class Variable Details |
---|
allowed_assoc_types
|
session_typeThe session_type for this association session. There is no type defined for plain-text in the OpenID specification, so we use 'no-encryption'.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Nov 14 17:47:21 2007 | http://epydoc.sf.net |