NookPost-Backend
Loading...
Searching...
No Matches
NookpostBackend.ApiSchemas.Authentication.Login.AuthenticationLoginRequestBody Class Referencesealed

The body of a login request. More...

Collaboration diagram for NookpostBackend.ApiSchemas.Authentication.Login.AuthenticationLoginRequestBody:

Properties

string? Username [get, set]
 The name of the user to log in.
 
string? Password [get, set]
 The users password.
 

Detailed Description

The body of a login request.

Property Documentation

◆ Password

string? NookpostBackend.ApiSchemas.Authentication.Login.AuthenticationLoginRequestBody.Password
getset

The users password.

◆ Username

string? NookpostBackend.ApiSchemas.Authentication.Login.AuthenticationLoginRequestBody.Username
getset

The name of the user to log in.


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