Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alosaur/examples/hooks/hooks/token-hook.ts>TokenHook

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
class TokenHook
implements HookTarget<unknown, PayloadType>
import { TokenHook } from "https://deno.land/x/alosaur@v0.38.0/examples/hooks/hooks/token-hook.ts";

Methods

onPreAction(context: HttpContext<unknown>, payload: PayloadType)