Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/danet/src/guard/interface.ts>AuthGuard

A Savory web framework for Deno heavily inspired by Nest
Go to Latest
interface AuthGuard
import { type AuthGuard } from "https://deno.land/x/danet@1.5.0/src/guard/interface.ts";

Methods

canActivate(context: ExecutionContext): Promise<boolean> | boolean