Package openid :: Package consumer :: Module discover
[frames] | no frames]

Module discover

source code

Functions to discover OpenID endpoints from identifiers.

Classes [hide private]
  DiscoveryFailure
Raised when a YADIS protocol error occurs in the discovery process
  OpenIDServiceEndpoint
Object representing an OpenID service endpoint.

Functions [hide private]
  discover(identifier)

Variables [hide private]
  OPENID_1_0_NS = 'http://openid.net/xmlns/1.0'
  OPENID_IDP_2_0_TYPE = 'http://specs.openid.net/auth/2.0/server'
  OPENID_2_0_TYPE = 'http://specs.openid.net/auth/2.0/signon'
  OPENID_1_1_TYPE = 'http://openid.net/signon/1.1'
  OPENID_1_0_TYPE = 'http://openid.net/signon/1.0'

Function Details [hide private]

discover(identifier)

source code 

Variables Details [hide private]

OPENID_1_0_NS

Value:
'http://openid.net/xmlns/1.0'                                          
      

OPENID_IDP_2_0_TYPE

Value:
'http://specs.openid.net/auth/2.0/server'                              
      

OPENID_2_0_TYPE

Value:
'http://specs.openid.net/auth/2.0/signon'                              
      

OPENID_1_1_TYPE

Value:
'http://openid.net/signon/1.1'                                         
      

OPENID_1_0_TYPE

Value:
'http://openid.net/signon/1.0'