![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Interface for remote authenticators. More...
Public Member Functions | |
| Task< IRemoteAuthentication > | CreateAuthentication (IRemoteIdentifier RemoteIdentifier) |
| Creates a remote authentication object instance for a remote identifier. More... | |
| Grade | Supports (T Object) |
| If the interface understands objects such as Object . More... | |
Properties | |
| string | SupportedAddressType [get] |
| Address Type the authenticator supports. More... | |
| string | MarkdownDescription [get] |
| Markdown text describing the authenticator, for inclusion in API documentation. More... | |
Interface for remote authenticators.
Definition at line 9 of file IRemoteAuthenticator.cs.
| Task< IRemoteAuthentication > Paiwise.IRemoteAuthenticator.CreateAuthentication | ( | IRemoteIdentifier | RemoteIdentifier | ) |
Creates a remote authentication object instance for a remote identifier.
| RemoteIdentifier | Remote identifier. |
Implemented in Waher.Service.IoTBroker.Legal.MFA.QuickLoginAuthenticator, Waher.Service.IoTBroker.Legal.MFA.QuickLoginJidAuthenticator, Waher.Service.IoTBroker.Legal.MFA.QuickLoginLegalIdAuthenticator, and Waher.Service.IoTBroker.Legal.MFA.QuickLoginQrCodeAuthenticator.
|
inherited |
If the interface understands objects such as Object .
| Object | Object |
|
get |
Markdown text describing the authenticator, for inclusion in API documentation.
Implemented in Waher.Service.IoTBroker.Legal.MFA.QuickLoginAuthenticator, Waher.Service.IoTBroker.Legal.MFA.QuickLoginJidAuthenticator, Waher.Service.IoTBroker.Legal.MFA.QuickLoginLegalIdAuthenticator, and Waher.Service.IoTBroker.Legal.MFA.QuickLoginQrCodeAuthenticator.
Definition at line 19 of file IRemoteAuthenticator.cs.
|
get |
Address Type the authenticator supports.
Implemented in Waher.Service.IoTBroker.Legal.MFA.QuickLoginAuthenticator, Waher.Service.IoTBroker.Legal.MFA.QuickLoginJidAuthenticator, Waher.Service.IoTBroker.Legal.MFA.QuickLoginLegalIdAuthenticator, and Waher.Service.IoTBroker.Legal.MFA.QuickLoginQrCodeAuthenticator.
Definition at line 14 of file IRemoteAuthenticator.cs.