Show / Hide Table of Contents

Class LoginController.LoginArgs

Arguments required for the login REST interface

Inheritance
object
LoginController.LoginArgs
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.LoginArgs

Properties

APIKey

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

ClientAgent

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

LoginName

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

OrganizationID

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

Password

Declaration
public string Password { get; set; }
Property Value
Type Description
string
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 11/16/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE