/** * * * @export * @class Adal4User */ export declare class Adal4User { authenticated: boolean; username: string; error: string; profile: any; token: string; }