import { type AuthInterface } from "https://deno.land/x/alosaur@v1.1.0/src/security/authentication/core/auth.interface.ts";
Methods
identity<T>(): Identity<T> | undefined
signInAsync<T, R>(scheme: AuthenticationScheme, identity: Identity<T>): Promise<R>
signOutAsync<T, R>(scheme: AuthenticationScheme): Promise<R>