Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/apis/microsoft365.ts>Microsoft365Options

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Latest
type alias Microsoft365Options
import { type Microsoft365Options } from "https://deno.land/x/netzo@0.5.119/apis/microsoft365.ts";
definition: { baseURL: string; clientId: string; clientSecret: string; accessTokenUrl?: string; scope?: string; }