Package openid :: Package test :: Module test_consumer :: Class BadArgCheckingConsumer
[hide private]
[frames] | no frames]

Class BadArgCheckingConsumer

source code

                       object --+    
                                |    
consumer.consumer.GenericConsumer --+
                                    |
                                   BadArgCheckingConsumer

Instance Methods [hide private]
openid.message.Message
_makeKVPost(self, args, _)
Make a Direct Request to an OpenID Provider and return the result as a Message object.
source code

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

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

Static Methods [hide private]
Class Variables [hide private]

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

Instance Variables [hide private]

Inherited from consumer.consumer.GenericConsumer: negotiator

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_makeKVPost(self, args, _)

source code 

Make a Direct Request to an OpenID Provider and return the result as a Message object.

Returns: openid.message.Message
Raises:
Overrides: consumer.consumer.GenericConsumer._makeKVPost
(inherited documentation)