2using System.Threading.Tasks;
Contains information about a remote identifier.
Abstract base class for Quick-Login authentication via the Remote Login API.
abstract Grade Supports(IRemoteIdentifier RemoteIdentifier)
How well the remote identifier is supported.
abstract string MarkdownDescription
Markdown text describing the authenticator, for inclusion in API documentation.
QuickLoginAuthenticator()
Abstract base class for Quick-Login authentication via the Remote Login API.
abstract string SupportedAddressType
Address Type the authenticator supports.
abstract Task< IRemoteAuthentication > CreateAuthentication(IRemoteIdentifier RemoteIdentifier)
Creates a remote authentication object instance for a remote identifier.
Interface for remote authenticators.
Interface for remote identifiers.