Skip to main content
Go to Latest
variable Github
import { Github } from "https://deno.land/x/darkflare@v7.2.3/oauth2/mod.ts";

type

{ getAccessToken(c: FetchContext<unknown, Record<string, string>>): Promise<string | undefined>; getUser(token: string): Promise<GithubUser | undefined>; redirect(c: FetchContext, scope?: string[]); }