Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias GithubOauthConfig
import { type GithubOauthConfig } from "https://deno.land/x/aleph@1.0.0-beta.41/examples/github-oauth-middleware/middlewares/oauth.ts";
definition: { clientId?: string; clientSecret?: string; }