1using System.Threading.Tasks;
Contains information about a remote identifier.
Interface for remote authenticators.
string MarkdownDescription
Markdown text describing the authenticator, for inclusion in API documentation.
string SupportedAddressType
Address Type the authenticator supports.
Task< IRemoteAuthentication > CreateAuthentication(IRemoteIdentifier RemoteIdentifier)
Creates a remote authentication object instance for a remote identifier.
Interface for remote identifiers.
Interface for detecting interfaces supporting objects with predefined features.