KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.NodeManager.Client.Messages.AuthenticateUserWithCredentials Class Reference

The request to authenticate user More...

Inheritance diagram for KlusterKite.NodeManager.Client.Messages.AuthenticateUserWithCredentials:

Public Attributes

object ConsistentHashKey => this.Login
 

Properties

string Login [get, set]
 Gets or sets the user login More...
 
string Password [get, set]
 Gets or sets the user password More...
 

Detailed Description

The request to authenticate user

Definition at line 17 of file AuthenticateUserWithCredentials.cs.

Member Data Documentation

◆ ConsistentHashKey

object KlusterKite.NodeManager.Client.Messages.AuthenticateUserWithCredentials.ConsistentHashKey => this.Login

Definition at line 30 of file AuthenticateUserWithCredentials.cs.

Property Documentation

◆ Login

string KlusterKite.NodeManager.Client.Messages.AuthenticateUserWithCredentials.Login
getset

Gets or sets the user login

Definition at line 22 of file AuthenticateUserWithCredentials.cs.

◆ Password

string KlusterKite.NodeManager.Client.Messages.AuthenticateUserWithCredentials.Password
getset

Gets or sets the user password

Definition at line 27 of file AuthenticateUserWithCredentials.cs.


The documentation for this class was generated from the following file: