Skip to main content
Module

x/alosaur/src/security/authentication/core/mod.ts>AuthInterface

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

Methods

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