Show / Hide Table of Contents

Class LoginController.APIKeyArgs

Arguments required to by the apiKey REST interface.

Inheritance
object
LoginController.APIKeyArgs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Auth
Assembly: WMServer.dll
Syntax
public class LoginController.APIKeyArgs

Properties

APIName

Declaration
public string APIName { get; set; }
Property Value
Type Description
string

AccessType

Declaration
public string AccessType { get; set; }
Property Value
Type Description
string

ApplicationName

Declaration
public string ApplicationName { get; set; }
Property Value
Type Description
string

Documentation

Declaration
public string? Documentation { get; set; }
Property Value
Type Description
string

ExpirationDate

Declaration
public DateTime ExpirationDate { get; set; }
Property Value
Type Description
DateTime

IssueDate

Declaration
public DateTime IssueDate { get; set; }
Property Value
Type Description
DateTime

IssuedToEmail

Declaration
public string IssuedToEmail { get; set; }
Property Value
Type Description
string

Issuer

Declaration
public string Issuer { get; set; }
Property Value
Type Description
string

Status

Declaration
public string Status { get; set; }
Property Value
Type Description
string

Methods

ToAPIKey()

Declaration
public APIKey ToAPIKey()
Returns
Type Description
APIKey
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE