Skip to main content
Go to Latest
type alias GithubOauthConfig
import { type GithubOauthConfig } from "https://deno.land/x/aleph@1.0.0-beta.1/examples/feature-apps/github-oauth-middleware/oauth.ts";
definition: { clientId?: string; clientSecret?: string; }