import { type OAuth2ClientConfig } from "https://deno.land/x/netzo@0.3.91/deps/oauth2_client/src/oauth2_client.ts";
Properties
The client secret provided by the authorization server, if using a confidential client.
The URI of the client's redirection endpoint (sometimes also called callback URI).
optional
defaults: { requestOptions?: Omit<RequestOptions, "method">; scope?: string | string[]; stateValidator?: (state: string | null) => Promise<boolean> | boolean; }