ExtremeSwank OpenID
IDiscovery Interface
NamespacesExtremeSwank.OpenIdIDiscovery
Interface used for Discovery plugins. Discovery plugins extend the OpenID Client to support additional identifier discovery methods.
Declaration Syntax
C#Visual BasicVisual C++
public interface IDiscovery
Public Interface IDiscovery
public interface class IDiscovery
Members
All MembersMethodsProperties



IconMemberDescription
Discover(String)
Method called during discovery process.

Name
Human-readable name of plugin.

Parent
Parent StateContainer object.

ProcessId(String)
Method called prior to discovery process. Accepts a claimed identifier and returns the normalized identifier, and an endpoint URL.

Version
Based on discovery, returns highest protocol version supported by endpoint. Used by consumer to determine which version of protocol to use when connecting to Identity Provider.

Assembly: ExtremeSwank.OpenId (Module: ExtremeSwank.OpenId) Version: 4.0.0.1 (4.0.0.1)