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