import { getTokenClientCredentialsFlow } from "https://deno.land/x/netzo@0.4.42/integrations/create-api/auth/oauth2/mod.ts";
Client Credential Flow (2-legged authorization)
Relevant for: Machine-to-Machine (M2M) applications, daemons, back-end resources, and CLIs. Use case: Allows applications to obtain an access token by passing their client secret and client ID directly to the authorization server without user intervention.
type
(authorization: AuthorizationOAuth2ClientCredentials) => unknown