Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IIdentityApplication.cs
1using System.Collections.Generic;
2
3namespace Paiwise
4{
8 public interface IIdentityApplication
9 {
13 KeyValuePair<string, object>[] Claims { get; }
14
18 int NrPhotos { get; }
19 }
20}
Interface for identity applications.
int NrPhotos
Number of photos provided.
KeyValuePair< string, object >[] Claims
Claims made regarding the identity, as meta-data tags.