Skip to main content
Module

x/alosaur/security.ts>Identity

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
interface Identity
Re-export
import { type Identity } from "https://deno.land/x/alosaur@v0.38.0/security.ts";

Properties

id: string | number
optional
data: T
readonly
optional
roles: string[]