Class MoongateHttpLoginRequest
Login request payload for JWT authentication.
public sealed class MoongateHttpLoginRequest
- Inheritance
-
MoongateHttpLoginRequest
- Inherited Members
Properties
Password
public string Password { get; init; }
Property Value
Username
public string Username { get; init; }