Uses of Record Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.user.AuthenticationRequest
Packages that use AuthenticationRequest
Package
Description
-
Uses of AuthenticationRequest in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller with parameters of type AuthenticationRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<LoginRegisterResponse> AuthenticationController.login
(AuthenticationRequest authRequest) Log in an existing user with username and password -
Uses of AuthenticationRequest in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service with parameters of type AuthenticationRequestModifier and TypeMethodDescriptionAuthenticationService.login
(AuthenticationRequest request) Log in user with credentials (username and password)