0.0.6 • Published 5 months ago

msal-capacitor3-plugin v0.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

msal-capacitor3-plugin

MSAL capacitor plugin

WARNING: Work only with android

Install

npm install msal-capacitor-plugin
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


loginWithMsAD(...)

loginWithMsAD(options: any) => Promise<any>
ParamType
optionsany

Returns: Promise<any>