authentication secrets
injected function to handle the authentication
injected service use to handle the user related operations
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status OK
This validator will check if user email is verified by applying the following steps in sequence:
Authenticate user token (authenticate)
Check if appId exist in token, if exist return 200 else continue
Get user by id (userService.getUserById)
Check if user email is verified
Return check result
401 NBError Unauthorized
403 NBError Forbidden
Generated using TypeDoc
Is email verified validator