import { ADAuthentication } from "msadal-ios"; public MSAL = new ADAuthentication();
const accessToken = await this.MSAL.initADAL(
this.ClientID,
this.GraphURI,
this.Authority,
this.RedirectUri
);| Name | Name | Last commit date | ||
|---|---|---|---|---|