export class Auth { async redirect(event) { event.respondWith(new Response( 'extract query and redirect', {status: 200} )) } }