Uses of Class
com.mindstore.backend.data.dto.RegisterUserDto
Packages that use RegisterUserDto
-
Uses of RegisterUserDto in com.mindstore.backend.controller
Methods in com.mindstore.backend.controller with parameters of type RegisterUserDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<User> AuthenticationController.register(RegisterUserDto registerUserDto) function: used to register users -
Uses of RegisterUserDto in com.mindstore.backend.service
Methods in com.mindstore.backend.service with parameters of type RegisterUserDtoModifier and TypeMethodDescriptionAuthenticationService.signup(RegisterUserDto input) function: sign up a user