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

Handles the authentication login endpoint. More...

Collaboration diagram for NookpostBackend.ApiEndpoints.Authentication.ChangePassword:

Static Public Member Functions

static Microsoft.AspNetCore.Http.HttpResults.Results< NoContent, NotFound, UnauthorizedHttpResult, StatusCodeHttpResult, BadRequest > HandleRequest (ApiSchemas.Authentication.ChangePassword.PutChangePasswordRequestBody requestBody, ClaimsPrincipal user, Data.DatabaseHandle databaseHandle)
 Changes the password of a user.
 

Detailed Description

Handles the authentication login endpoint.

Member Function Documentation

◆ HandleRequest()

static Microsoft.AspNetCore.Http.HttpResults.Results< NoContent, NotFound, UnauthorizedHttpResult, StatusCodeHttpResult, BadRequest > NookpostBackend.ApiEndpoints.Authentication.ChangePassword.HandleRequest ( ApiSchemas.Authentication.ChangePassword.PutChangePasswordRequestBody requestBody,
ClaimsPrincipal user,
Data.DatabaseHandle databaseHandle )
inlinestatic

Changes the password of a user.

Here is the call graph for this function:
Here is the caller graph for this function:

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