NookPost-Backend
Loading...
Searching...
No Matches
NookpostBackend.ApiSchemas.Authentication.ChangePassword.PutChangePasswordRequestBody Class Reference

Represents the request body of a change password request. More...

Collaboration diagram for NookpostBackend.ApiSchemas.Authentication.ChangePassword.PutChangePasswordRequestBody:

Properties

string? OldPassword [get, set]
 The old password of the user.
 
string? NewPassword [get, set]
 The new password of the user.
 

Detailed Description

Represents the request body of a change password request.

Property Documentation

◆ NewPassword

string? NookpostBackend.ApiSchemas.Authentication.ChangePassword.PutChangePasswordRequestBody.NewPassword
getset

The new password of the user.

◆ OldPassword

string? NookpostBackend.ApiSchemas.Authentication.ChangePassword.PutChangePasswordRequestBody.OldPassword
getset

The old password of the user.


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