Table of Contents

Class MoongateHttpLoginRequest

Namespace
Moongate.Server.Http.Data
Assembly
Moongate.Server.Http.dll

Login request payload for JWT authentication.

public sealed class MoongateHttpLoginRequest
Inheritance
MoongateHttpLoginRequest
Inherited Members

Properties

Password

public string Password { get; init; }

Property Value

string

Username

public string Username { get; init; }

Property Value

string