Uses of Class
it.univr.passportease.dto.input.RegisterInput
Packages that use RegisterInput
Package
Description
-
Uses of RegisterInput in it.univr.passportease.controller.user
Methods in it.univr.passportease.controller.user with parameters of type RegisterInputModifier and TypeMethodDescriptionUserAuthController.registerUser
(RegisterInput registerInput) This mutation registers the user and returns the access token and the refresh token. -
Uses of RegisterInput in it.univr.passportease.dto.input
Fields in it.univr.passportease.dto.input declared as RegisterInputModifier and TypeFieldDescriptionprivate RegisterInput
RegisterInputDB.registerInput
The register input. -
Uses of RegisterInput in it.univr.passportease.service.user
Methods in it.univr.passportease.service.user with parameters of type RegisterInputModifier and TypeMethodDescriptionUserAuthService.register
(RegisterInput registerInput) Registers the user with the given input. -
Uses of RegisterInput in it.univr.passportease.service.user.impl
Methods in it.univr.passportease.service.user.impl with parameters of type RegisterInputModifier and TypeMethodDescriptionUserAuthServiceImpl.register
(RegisterInput registerInput) Registers the user.