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

Type SetupNeededResponse

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.
Method Summary
  __init__(self, endpoint, setup_url)
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Instance Variable Summary
  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.

Class Variable Summary
str status: SETUP_NEEDED

Instance Variable Details

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. 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.

Class Variable Details

status

SETUP_NEEDED
Type:
str
Value:
'setup_needed'                                                         

Generated by Epydoc 2.1 on Fri Jun 6 15:54:34 2008 http://epydoc.sf.net