- authorization(
input: {
event: RequestEvent<Partial<Record<string, string>>, string>;
resolve(
event: RequestEvent<Partial<Record<string, string>>, string>,
opts?: ResolveOptions,
): MaybePromise<Response>;
},
): MaybePromise<Response> Parameters
- input: {
event: RequestEvent<Partial<Record<string, string>>, string>;
resolve(
event: RequestEvent<Partial<Record<string, string>>, string>,
opts?: ResolveOptions,
): MaybePromise<Response>;
}
Returns MaybePromise<Response>
Ensure that user is authenticated and authorized to access the route