Uses of Class
com.unosquare.carmigo.dto.request.AuthenticationRequest
Packages that use AuthenticationRequest
- 
Uses of AuthenticationRequest in com.unosquare.carmigo.controller
Methods in com.unosquare.carmigo.controller with parameters of type AuthenticationRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AuthenticationResponse>AuthenticationController.createAuthenticationToken(@Valid AuthenticationRequest authenticationRequest) Endpoint to generate JWT tokens. - 
Uses of AuthenticationRequest in com.unosquare.carmigo.service
Methods in com.unosquare.carmigo.service with parameters of type AuthenticationRequestModifier and TypeMethodDescriptionAuthenticationService.createAuthenticationToken(AuthenticationRequest authenticationRequest) Creates an authentication token.