Ensure that user is authenticated and authorized to access the route

  • Parameters

    • input: {
          event: RequestEvent<Partial<Record<string, string>>, string>;
          resolve(
              event: RequestEvent<Partial<Record<string, string>>, string>,
              opts?: ResolveOptions,
          ): MaybePromise<Response>;
      }

    Returns MaybePromise<Response>