Beneficiary must be able to add to favorite a Call
This commit is contained in:
@@ -40,4 +40,5 @@ public interface UserService {
|
||||
JWTToken validateExistingUserToken(HttpServletRequest request, String token);
|
||||
|
||||
UserSamlResponse validateNewUserToken(HttpServletRequest request, String token);
|
||||
UserEntity getUserByBeneficiaryId(Long beneficiaryId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user