Skip to main content
Module

x/twi/auth.ts>GenerateAuthUrlOptions

Twitter API v2 Client for Deno
Go to Latest
type alias GenerateAuthUrlOptions
import { type GenerateAuthUrlOptions } from "https://deno.land/x/twi@1.2.0/auth.ts";
definition: { state: string; code_challenge_method: "s256"; } | { state: string; code_challenge: string; code_challenge_method?: "plain"; }