Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.
Latest
variable microsoft365
import { microsoft365 } from "https://deno.land/x/netzo@0.5.119/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