Skip to main content
Go to Latest
type alias OAuthHelpers
Re-export
import { type OAuthHelpers } from "https://deno.land/x/fathym_everything_as_code@v0.0.315/fresh.mod.ts";
definition: { signIn(request: Request, options?: SignInOptions): Promise<Response>; handleCallback(request: Request): Promise<{ response: Response; sessionId: string; tokens: Tokens; }>; signOut(request: Request): Promise<Response>; getSessionId(request: Request): Promise<string | undefined>; }