UNPKG

vue3-msal-plugin

Version:

Vue 3 plugin for integrating MSAL.js into your app, offering easy-to-use composables.

6 lines (5 loc) 205 B
import type { App } from 'vue'; import { PublicClientApplication } from '@azure/msal-browser'; export declare const msalPlugin: { install: (app: App, msalInstance: PublicClientApplication) => void; };