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

Module discover

source code

Functions to discover OpenID endpoints from identifiers.

Classes
  DiscoveryFailure
Raised when a YADIS protocol error occurs in the discovery process
  OpenIDServiceEndpoint
Object representing an OpenID service endpoint.
Functions
 
discover(identifier) source code
Variables
  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'