Table of Contents

Class LoginCommand.Parameters

Namespace
Core.CliniCore.Commands.Authentication
Assembly
Core.CliniCore.dll

Defines the parameter keys used by LoginCommand.

public static class LoginCommand.Parameters
Inheritance
LoginCommand.Parameters
Inherited Members

Fields

Password

Parameter key for the password.

public const string Password = "password"

Field Value

string

Username

Parameter key for the username.

public const string Username = "username"

Field Value

string