Represents the request body of a change password request.
More...
|
| string? | OldPassword [get, set] |
| | The old password of the user.
|
| |
| string? | NewPassword [get, set] |
| | The new password of the user.
|
| |
Represents the request body of a change password request.
◆ 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: