Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.
Go to Latest
type alias Microsoft365Options
import { type Microsoft365Options } from "https://deno.land/x/netzo@0.5.30/apis/microsoft365.ts";
definition: { baseURL: string; clientId: string; clientSecret: string; accessTokenUrl?: string; scope?: string; }