Uses of Record Class
com.fiap.tech_challenge.parte1.ms_users.dtos.AuthenticationDataDTO
Packages that use AuthenticationDataDTO
-
Uses of AuthenticationDataDTO in com.fiap.tech_challenge.parte1.ms_users.controllers
Methods in com.fiap.tech_challenge.parte1.ms_users.controllers with parameters of type AuthenticationDataDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TokenJWTInfoDTO>
UsersController.executeLogin
(@Valid AuthenticationDataDTO data) Authenticates a user and returns a JWT token if successful.