import { type AuthInterface } from "https://deno.land/x/alosaur@v0.30.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>