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

x/alosaur/src/security/authentication/mod.ts>AuthClaims

Alosaur - Deno web framework with many decorators
Go to Latest
interface AuthClaims
Re-export
import { type AuthClaims } from "https://deno.land/x/alosaur@v0.35.0/src/security/authentication/mod.ts";

Properties

optional
roles: string[]