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