Show / Hide Table of Contents

Class LoginConfig

Configure how the login UI looks.

Inheritance
object
LoginConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba.Login
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class LoginConfig

Properties

View Source

DefaultUserName

Gets or sets a user name to use to start with, in the UI. This is optional.

Declaration
public string DefaultUserName { get; set; }
Property Value
Type Description
string
View Source

Message

Gets or sets a message to the user explaining what the login is for.

Declaration
public string Message { get; set; }
Property Value
Type Description
string
View Source

ShowRememberOption

Gets or sets a value indicating whether whether to display an option to remember the login details. Default is false.

Declaration
public bool ShowRememberOption { get; set; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Generated by DocFX