Class ApiDeveloper
- Namespace
- InSite.Persistence.Integration
- Assembly
- InSite.Persistence.dll
public class ApiDeveloper
- Inheritance
-
ApiDeveloper
- Inherited Members
-
Constructors
ApiDeveloper(string, string, string, string, DateTimeOffset?)
public ApiDeveloper(string organization, string name, string email, string secret, DateTimeOffset? expiry)
Parameters
organization string
name string
email string
secret string
expiry DateTimeOffset?
Properties
Email
public string Email { get; set; }
Property Value
- string
Expiry
public DateTimeOffset? Expiry { get; set; }
Property Value
- DateTimeOffset?
Name
public string Name { get; set; }
Property Value
- string
Secret
public string Secret { get; set; }
Property Value
- string
Tenant
public string Tenant { get; set; }
Property Value
- string
User
public User User { get; set; }
Property Value
- User