Uses of Record Class
com.raphaelsalles.backend.api.dto.auth.AuthenticationDTO
Packages that use AuthenticationDTO
-
Uses of AuthenticationDTO in com.raphaelsalles.backend.api.controller
Methods in com.raphaelsalles.backend.api.controller with parameters of type AuthenticationDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LoginResponseDTO> AuthenticationController.login(AuthenticationDTO data) Realiza o login do usuário.