• This is an Express Middleware which throws an error if there're any Authorization errors in ManagementAuthenticationContext.

    Parameters

    • req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>

      Express Request object

    • _res: Response<any, Record<string, any>>
    • next: ((errOrEscape?) => void)

      Next function in the middleware pipeline

        • (errOrEscape?): void
        • Parameters

          • Optional errOrEscape: any

          Returns void

    Returns void

Generated using TypeDoc