Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IIdentityAuthenticatorService.cs
1
using
System.Collections.Generic;
2
using
System.Threading.Tasks;
3
using
Waher.Runtime.Inventory
;
4
5
namespace
Paiwise
6
{
10
public
interface
IIdentityAuthenticatorService
:
IModule
,
IProcessingSupport
<IIdentityApplication>
11
{
18
Task<IAuthenticationResult>
IsValid
(KeyValuePair<string, object>[] Identity, IEnumerable<IPhoto> Photos);
19
}
20
}
Paiwise.IIdentityAuthenticatorService
Interface for currency converter services
Definition:
IIdentityAuthenticatorService.cs:11
Paiwise.IIdentityAuthenticatorService.IsValid
Task< IAuthenticationResult > IsValid(KeyValuePair< string, object >[] Identity, IEnumerable< IPhoto > Photos)
Checks the veracity of identity claims.
Waher.Runtime.Inventory.IModule
Interface for late-bound modules loaded at runtime.
Definition:
IModule.cs:9
Waher.Runtime.Inventory.IProcessingSupport
Interface for detecting interfaces supporting objects with predefined features.
Definition:
IProcessingSupport.cs:8
Paiwise
Definition:
BuyEDalerPaymentService.cs:14
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
Waher.Payments
IIdentityAuthenticatorService.cs
Generated by
1.9.5