Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/apis/microsoft365.ts>microsoft365

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
variable microsoft365
import { microsoft365 } from "https://deno.land/x/netzo@0.5.30/apis/microsoft365.ts";

Factory function for the Microsoft365 API

Authentication is done using the OAuth 2.0 Client Credentials flow via Microsoft Azure Active Directory (AAD). The token is then uses to access resources in Microsoft 365 provided the client application was granted access.

type

(unnamed 0: Microsoft365Options) => unknown