Package openid :: Package test :: Module test_association_response :: Class DummyAssociationSession
[frames] | no frames]

Class DummyAssociationSession

source code

object --+
         |
        DummyAssociationSession

Instance Methods
 
extractSecret(self, message) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables
  secret = 'shh! don\'t tell!'
  extract_secret_called = False
  session_type = None
  allowed_assoc_types = None
Properties

Inherited from object: __class__