Skip to content

bhandaribhumin/MSADALios

Repository files navigation

MSADALios

import { ADAuthentication } from "msadal-ios"; public MSAL = new ADAuthentication();

const accessToken = await this.MSAL.initADAL(
      this.ClientID,
      this.GraphURI,
      this.Authority,
      this.RedirectUri
    );