Uses of Record Class
com.raphaelsalles.backend.api.dto.auth.LoginResponseDTO
Packages that use LoginResponseDTO
Package
Description
-
Uses of LoginResponseDTO in com.raphaelsalles.backend.api.controller
Methods in com.raphaelsalles.backend.api.controller that return types with arguments of type LoginResponseDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LoginResponseDTO> AuthenticationController.login(AuthenticationDTO data) Realiza o login do usuário. -
Uses of LoginResponseDTO in com.raphaelsalles.backend.domain.service.user
Methods in com.raphaelsalles.backend.domain.service.user that return LoginResponseDTOModifier and TypeMethodDescriptionUserAuthorizationService.buildLoginResponse(User user) Constrói a resposta de login com token JWT.