authenticate secret
injected authenticate function
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status OK
This validator checks if the user matches the provided owner info by applying the following steps in sequence:
Authenticate the user (authenticate)
If ownerType is user, check if the user id is in the ownerIds
If ownerType is organization, check if the user is the owner or admin of one of the organization ownerIds
403 NBError Forbidden
Generated using TypeDoc
Is user match owner info validator