authentication secrets
injected function to handle the authentication
injected service use to handle the invitation related operations
injected logger used to handle the logging
request context [headers, body, params, query]. Note:
params.invitationId
is required200 Status OK
This validator will check if invitationId is from me by applying the following steps in sequence:
Get invitation by id (getInvitation)
Authenticate user token (authenticate)
Check if invitation is from me
Return true if invitation is from me
400 NBError Bad Request
404 NBError Not Found
403 NBError Forbidden
Generated using TypeDoc
Is invitationId from me validator