Axinom Mosaic Libraries
    Preparing search index...

    Function throwEndUserAuthError

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

      Parameters

      • req: Request

        Express Request object

      • _res: Response
      • next: (errOrEscape?: any) => void

        Next function in the middleware pipeline

      Returns void