Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TransferCode.cs
1
using
System
;
2
using
Waher.Persistence.Attributes
;
3
4
namespace
Waher.Service.IoTBroker.WebServices.Agent.Account
5
{
9
[CollectionName(
"AgentTransferCodes"
)]
10
[Index(
"Code"
)]
11
[Index(
"Created"
)]
12
public
class
TransferCode
13
{
17
public
TransferCode
()
18
{
19
}
20
24
[
ObjectId
]
25
public
string
ObjectId
{
get
;
set
; }
26
30
public
string
Code
{
get
;
set
; }
31
35
public
DateTime
Created
{
get
;
set
; }
36
40
public
string
Account
{
get
;
set
; }
41
45
public
string
Token
{
get
;
set
; }
46
}
47
}
Waher.Service.IoTBroker.WebServices.Agent.Account.TransferCode
Contains information about an Agent Transfer code.
Definition:
TransferCode.cs:13
Waher.Service.IoTBroker.WebServices.Agent.Account.TransferCode.Account
string Account
Account the code is associated with.
Definition:
TransferCode.cs:40
Waher.Service.IoTBroker.WebServices.Agent.Account.TransferCode.Token
string Token
JWT token used.
Definition:
TransferCode.cs:45
Waher.Service.IoTBroker.WebServices.Agent.Account.TransferCode.ObjectId
string ObjectId
Object ID
Definition:
TransferCode.cs:25
Waher.Service.IoTBroker.WebServices.Agent.Account.TransferCode.Code
string Code
Transfer code
Definition:
TransferCode.cs:30
Waher.Service.IoTBroker.WebServices.Agent.Account.TransferCode.TransferCode
TransferCode()
Contains information about an Agent Transfer code.
Definition:
TransferCode.cs:17
Waher.Service.IoTBroker.WebServices.Agent.Account.TransferCode.Created
DateTime Created
When the code was created.
Definition:
TransferCode.cs:35
System
Definition:
Adapters.g.cs:58
Waher.Persistence.Attributes
Definition:
ArchivingTimeAttribute.cs:4
Waher.Service.IoTBroker.WebServices.Agent.Account
Definition:
AuthenticateJwt.cs:14
Waher.Service.IoTBroker
WebServices
Agent
Account
TransferCode.cs
Generated by
1.9.5