Class LoginConfig
Configure how the login UI looks.
Inherited Members
Namespace: Phoenix.Aruba.Login
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class LoginConfig
Properties
View SourceDefaultUserName
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 |
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 |
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 |