Skip to main content
type alias GenerateAuthUrlOptions
import { type GenerateAuthUrlOptions } from "https://deno.land/x/twi@1.0.3/OAuth2User.ts";
definition: { state: string; code_challenge_method: "s256"; } | { state: string; code_challenge: string; code_challenge_method?: "plain"; }