Uses of Class
in.cs699.tensors.delagram.auth_service.exception.UserNotInScopeException
-
Packages that use UserNotInScopeException Package Description in.cs699.tensors.delagram.auth_service.controller in.cs699.tensors.delagram.auth_service.service -
-
Uses of UserNotInScopeException in in.cs699.tensors.delagram.auth_service.controller
Methods in in.cs699.tensors.delagram.auth_service.controller that throw UserNotInScopeException 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 UserNotInScopeException in in.cs699.tensors.delagram.auth_service.service
Methods in in.cs699.tensors.delagram.auth_service.service that throw UserNotInScopeException Modifier and Type Method Description void
AuthService. validateEmailId(String emailId)
Checks if the entered email id belongs to IIT Bombay domain or not
-