msadal-ios
v2.2.4
Published
this is beta test
Downloads
7
Maintainers
Readme
MSADALios
import { ADAuthentication } from "msadal-ios"; public MSAL = new ADAuthentication();
const accessToken = await this.MSAL.initADAL(
this.ClientID,
this.GraphURI,
this.Authority,
this.RedirectUri
);