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