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