Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IRegistration.cs
1
using
System
;
2
3
namespace
Waher.Networking.HTTP.OAuth.Interfaces
4
{
8
public
interface
IRegistration
9
{
13
string
ClientId
{
get
; }
14
18
string
ClientSecret
{
get
; }
19
23
DateTime?
ClientSecretExpiresAt
{
get
; }
24
}
25
}
Waher.Networking.HTTP.OAuth.Interfaces.IRegistration
Dynamic client registration, as defined in RFC 7591.
Definition:
IRegistration.cs:9
Waher.Networking.HTTP.OAuth.Interfaces.IRegistration.ClientSecretExpiresAt
DateTime? ClientSecretExpiresAt
Time at which the client secret will expire
Definition:
IRegistration.cs:23
Waher.Networking.HTTP.OAuth.Interfaces.IRegistration.ClientId
string ClientId
OAuth 2.0 client identifier string.
Definition:
IRegistration.cs:13
Waher.Networking.HTTP.OAuth.Interfaces.IRegistration.ClientSecret
string ClientSecret
OAuth 2.0 client secret string.
Definition:
IRegistration.cs:18
System
Definition:
Adapters.g.cs:58
Waher.Networking.HTTP.OAuth.Interfaces
Definition:
IDynamicUserSource.cs:5
IoTGateway
Networking
Waher.Networking.HTTP.OAuth
Interfaces
IRegistration.cs
Generated by
1.9.5