Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alosaur/security.ts>AuthInterface

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

Methods

identity<T>(): Identity<T> | undefined
signInAsync<T, R>(scheme: AuthenticationScheme, identity: Identity<T>): Promise<R>
signOutAsync<T, R>(scheme: AuthenticationScheme): Promise<R>