UNPKG

wfw-ngx-adal-observable

Version:
13 lines (12 loc) 296 B
/** * wfw-ngx-adal-observable - Use Azure AD Library - ADAL in Angular 5 * @version v2.0.4 * @link https://github.com/dvonhand-centric/wfw-ngx-adal * @license MIT */ export interface OAuthData { isAuthenticated: boolean; userName: string; loginError: string; profile: any; }