Skip to main content
Module

x/alosaur/security.ts>AuthInterface

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
interface AuthInterface
Re-export
import { type AuthInterface } from "https://deno.land/x/alosaur@v1.1.1/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>