Package openid :: Package consumer :: Module consumer :: Class SetupNeededResponse
[hide private]
[frames] | no frames]

Class SetupNeededResponse

source code

object --+    
         |    
  Response --+
             |
            SetupNeededResponse

A response with a status of SETUP_NEEDED. Indicates that the request was in immediate mode, and the server is unable to authenticate the user without further interaction.

Instance Methods [hide private]
 
__init__(self, endpoint, setup_url=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from Response: getDisplayIdentifier, setEndpoint

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

Class Variables [hide private]
  status = 'setup_needed'
SETUP_NEEDED
Instance Variables [hide private]
  identity_url
The identity URL for which authenitcation was attempted.
  setup_url
A URL that can be used to send the user to the server to set up for authentication.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, endpoint, setup_url=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Instance Variable Details [hide private]

setup_url

A URL that can be used to send the user to the server to set up for authentication. The user should be redirected in to the setup_url, either in the current window or in a new browser window. None in OpenID 2.0.