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