Class LoginController.APIKeyArgs
Arguments required to by the apiKey REST interface.
Inheritance
LoginController.APIKeyArgs
Assembly: WMServer.dll
Syntax
public class LoginController.APIKeyArgs
Properties
APIName
Declaration
public string APIName { get; set; }
Property Value
AccessType
Declaration
public string AccessType { get; set; }
Property Value
ApplicationName
Declaration
public string ApplicationName { get; set; }
Property Value
Documentation
Declaration
public string? Documentation { get; set; }
Property Value
ExpirationDate
Declaration
public DateTime ExpirationDate { get; set; }
Property Value
IssueDate
Declaration
public DateTime IssueDate { get; set; }
Property Value
IssuedToEmail
Declaration
public string IssuedToEmail { get; set; }
Property Value
Issuer
Declaration
public string Issuer { get; set; }
Property Value
Status
Declaration
public string Status { get; set; }
Property Value
Methods
ToAPIKey()
Declaration
Returns