UNPKG

@checkfirst/nestjs-outlook

Version:

An opinionated NestJS module for Microsoft Outlook integration that provides easy access to Microsoft Graph API for emails, calendars, and more.

10 lines (9 loc) 220 B
export interface MicrosoftTokenApiResponse { access_token: string; refresh_token?: string; expires_in: number; token_type: string; scope: string; ext_expires_in?: number; id_token?: string; }