Uses of Class
com.mt.ecommerce.product.model.AuthRequest
Packages that use AuthRequest
-
Uses of AuthRequest in com.mt.ecommerce.product.controller
Methods in com.mt.ecommerce.product.controller with parameters of type AuthRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
AuthController.authenticateAndGetToken
(AuthRequest authRequest) Endpoint to authenticate a user and generate a JWT token.org.springframework.http.ResponseEntity<?>
AuthController.authenticateAndGetTokenForVendor
(AuthRequest authRequest) Endpoint to authenticate a vendor user and generate a JWT token.