{"version":3,"names":[],"mappings":"","sources":["services/authentication.service.d.ts"],"sourcesContent":["import { Http } from '@angular/http';\nimport { Observable } from 'rxjs/Observable';\nimport 'rxjs/add/operator/map';\nexport declare class AuthenticationService {\n    private http;\n    static hostname: string;\n    static istools: boolean;\n    userObj: any;\n    constructor(http: Http);\n    login(username: string, password: string): Observable<any>;\n    getAuthenticationObject(): any;\n    isAuthenticated(): boolean;\n    forgotPassword(email: string): Observable<any>;\n    logout(): void;\n}\nexport interface AuthenticationServiceConfig {\n    hostname: string;\n    istools: boolean;\n}\nexport declare function ConfigureAuthenticationService(configuration: AuthenticationServiceConfig): void;\n"],"file":"authentication.service.d.ts"}