import { DenoKVOAuth } from "https://deno.land/x/fathym_common@v0.0.141/src/src.deps.ts";
const { signOut } = DenoKVOAuth;
Handles the sign-out process, and then redirects the client to the given success URL.
Examples
Example 1
Example 1
import { signOut } from "https://deno.land/x/deno_kv_oauth@$VERSION/mod.ts";
export async function signOutHandler(request: Request) {
return await signOut(request);
}
Parameters
request: Request
optional
options: SignOutOptions