UNPKG

wfw-ngx-adal-observable

Version:
7 lines (6 loc) 113 B
export interface OAuthData { isAuthenticated: boolean; userName: string; loginError: string; profile: any; }