UNPKG

react-native-ms-adal

Version:

React Native Bindings for the Microsoft ADAL library

11 lines (10 loc) 169 B
/** * @providesModule RNAdalPlugin * @flow */ export { getValidMSAdalToken, MSAdalLogin, MSAdalLogout, MSAdalAuthenticationContext } from "./MSAdal";