/** * @hidden */ export declare class Constants { static readonly errorDescription: string; static readonly error: string; static readonly scope: string; static readonly acquireTokenUser: string; static readonly clientInfo: string; static readonly clientId: string; static readonly authority: string; static readonly idToken: string; static readonly accessToken: string; static readonly expiresIn: string; static readonly sessionState: string; static readonly msalClientInfo: string; static readonly msalError: string; static readonly msalErrorDescription: string; static readonly msalSessionState: string; static readonly tokenKeys: string; static readonly accessTokenKey: string; static readonly expirationKey: string; static readonly stateLogin: string; static readonly stateAcquireToken: string; static readonly stateRenew: string; static readonly nonceIdToken: string; static readonly userName: string; static readonly idTokenKey: string; static readonly loginRequest: string; static readonly loginError: string; static readonly renewStatus: string; static readonly msal: string; static readonly resourceDelimeter: string; private static _loadFrameTimeout; static loadFrameTimeout: number; static readonly tokenRenewStatusCancelled: string; static readonly tokenRenewStatusCompleted: string; static readonly tokenRenewStatusInProgress: string; private static _popUpWidth; static popUpWidth: number; private static _popUpHeight; static popUpHeight: number; static readonly login: string; static readonly renewToken: string; static readonly unknown: string; } /** * @hidden */ export declare class ErrorCodes { static readonly loginProgressError: string; static readonly acquireTokenProgressError: string; static readonly inputScopesError: string; static readonly endpointResolutionError: string; static readonly popUpWindowError: string; static readonly userLoginError: string; static readonly userCancelledError: string; } /** * @hidden */ export declare class ErrorDescription { static readonly loginProgressError: string; static readonly acquireTokenProgressError: string; static readonly inputScopesError: string; static readonly endpointResolutionError: string; static readonly popUpWindowError: string; static readonly userLoginError: string; static readonly userCancelledError: string; }