export class OAuth { isAuthenticated : boolean; userName : string; loginError : string; profile : any; }