Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
QuickLoginAuthenticator.cs
1using Paiwise;
2using System.Threading.Tasks;
4
6{
11 {
16 {
17 }
18
22 public abstract string SupportedAddressType { get; }
23
27 public abstract string MarkdownDescription { get; }
28
35
41 public abstract Task<IRemoteAuthentication> CreateAuthentication(IRemoteIdentifier RemoteIdentifier);
42 }
43}
Contains information about a remote identifier.
Interface for remote authenticators.
Interface for remote identifiers.
Grade
Grade enumeration
Definition: Grade.cs:7