Uses of Class
in.cs699.tensors.delagram.auth_service.exception.EmailAlreadyRegistered
-
Packages that use EmailAlreadyRegistered Package Description in.cs699.tensors.delagram.auth_service.controller in.cs699.tensors.delagram.auth_service.service -
-
Uses of EmailAlreadyRegistered in in.cs699.tensors.delagram.auth_service.controller
Methods in in.cs699.tensors.delagram.auth_service.controller that throw EmailAlreadyRegistered Modifier and Type Method Description StringAuthController. signUp(Map<String,Object> payload)An API call which checks the validity of user data and sign's up i.e. -
Uses of EmailAlreadyRegistered in in.cs699.tensors.delagram.auth_service.service
Methods in in.cs699.tensors.delagram.auth_service.service that throw EmailAlreadyRegistered Modifier and Type Method Description voidAuthService. checkEmailUnregistered(String emailId)check if the email id is already registered
-