Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IThingRegistryUserSource.cs
1
using
System.Threading.Tasks;
2
using
Waher.Security
;
3
4
namespace
Waher.Networking.HTTP.OAuth.Interfaces
5
{
10
public
interface
IThingRegistryUserSource
:
IUserSource
11
{
18
Task<IUser?>
TryGetOwner
(
IUser
Device);
19
}
20
}
Waher.Networking.HTTP.OAuth.Interfaces.IThingRegistryUserSource
A Thing Registry user source, supporting management of devices, with information about ownership.
Definition:
IThingRegistryUserSource.cs:11
Waher.Networking.HTTP.OAuth.Interfaces.IThingRegistryUserSource.TryGetOwner
Task< IUser?> TryGetOwner(IUser Device)
Checks if a user is a device, and if so, if it has an owner in the Thing Registry,...
Waher.Security.IUser
Basic interface for a user.
Definition:
IUser.cs:7
Waher.Security.IUserSource
Interface for data sources containing users.
Definition:
IUserSource.cs:9
Waher.Networking.HTTP.OAuth.Interfaces
Definition:
IDynamicUserSource.cs:5
Waher.Security
Definition:
AcmeAccount.cs:8
IoTGateway
Networking
Waher.Networking.HTTP.OAuth
Interfaces
IThingRegistryUserSource.cs
Generated by
1.9.5