Uses of Class
in.cs699.tensors.delagram.auth_service.exception.UserIDAlreadyExistsException
-
Packages that use UserIDAlreadyExistsException Package Description in.cs699.tensors.delagram.auth_service.controller in.cs699.tensors.delagram.auth_service.service -
-
Uses of UserIDAlreadyExistsException in in.cs699.tensors.delagram.auth_service.controller
Methods in in.cs699.tensors.delagram.auth_service.controller that throw UserIDAlreadyExistsException Modifier and Type Method Description String
AuthController. signUp(Map<String,Object> payload)
An API call which checks the validity of user data and sign's up i.e. -
Uses of UserIDAlreadyExistsException in in.cs699.tensors.delagram.auth_service.service
Methods in in.cs699.tensors.delagram.auth_service.service that throw UserIDAlreadyExistsException Modifier and Type Method Description void
AuthService. checkUserIDUniqueness(String userId)
checks if the userid is unique or not
-