Home | Trees | Indices | Help |
|
---|
|
object --+ | GenericConsumer
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 |
Class Variables | |
openid1_nonce_query_arg_name =
|
|
openid1_return_to_identifier_name =
|
|
session_types =
|
Instance Variables | |
openid.association.SessionNegotiator
|
negotiator An object that controls the kind of associations that the consumer makes. |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Create an AuthRequest object for the specified service_endpoint. This method will create an association if necessary. |
Process the OpenID message, using the specified endpoint and return_to URL as context. This method will handle any OpenID message that is sent to the return_to URL. |
Class Variable Details |
session_types
|
Instance Variable Details |
negotiatorAn object that controls the kind of associations that the consumer makes. It defaults toopenid.association.default_negotiator . Assign a
different negotiator to it if you have specific requirements for how
associations are made.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 29 15:11:27 2010 | http://epydoc.sourceforge.net |