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

x/alosaur/src/security/session/mod.ts>Session#get

Alosaur - Deno web framework with many decorators
Go to Latest
method Session.prototype.get
Re-export
import { Session } from "https://deno.land/x/alosaur@v0.28.0/src/security/session/mod.ts";

returns of value from store in current store

Parameters

key: string

Returns

Promise<T>