Package openid :: Package test :: Module test_consumer :: Class CheckAuthDetectingConsumer
[frames] | no frames]

Class CheckAuthDetectingConsumer

source code

                       object --+    
                                |    
consumer.consumer.GenericConsumer --+
                                    |
                                   CheckAuthDetectingConsumer

This is the implementation of the common logic for OpenID consumers. It is unaware of the application in which it is running.

Instance Methods

Inherited from consumer.consumer.GenericConsumer: __init__, begin, complete

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

Class Variables

Inherited from consumer.consumer.GenericConsumer: openid1_nonce_query_arg_name, openid1_return_to_identifier_name, session_types

Instance Variables

Inherited from consumer.consumer.GenericConsumer: negotiator

Properties

Inherited from object: __class__