Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AuthFlowType

type AuthFlowType = "implicit" | "pkce";

§Type

§
"implicit" | "pkce"
[src]