Skip to main content
Module

x/alosaur/security.ts>CookiesScheme#signInAsync

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
method CookiesScheme.prototype.signInAsync
Re-export
import { CookiesScheme } from "https://deno.land/x/alosaur@v1.1.0/security.ts";

Parameters

identity: Identity<I>
optional
claims: AuthClaims

Returns

Promise<R>