UNPKG

ng2-adal-aot

Version:
13 lines (12 loc) 288 B
/** * ng2-adal-aot - Use Azure AD Library - ADAL in Angular 2 * @version v0.3.4 * @link https://github.com/2020-vision/angular2-adal#readme * @license MIT */ export interface OAuthData { isAuthenticated: boolean; userName: string; loginError: string; profile: any; }