Skip to main content
Go to Latest
type alias EaCOAuthProcessor
import { type EaCOAuthProcessor } from "https://deno.land/x/fathym_everything_as_code@v0.0.315/fresh.mod.ts";
definition: { AuthorizationEndpointURI: string; ClientID: string; ClientSecret: string; Scopes: string[]; TokenURI: string; } & EaCProcessor