EventType: {
ACCOUNT_ADDED: "msal:accountAdded";
ACCOUNT_REMOVED: "msal:accountRemoved";
ACQUIRE_TOKEN_BY_CODE_FAILURE: "msal:acquireTokenByCodeFailure";
ACQUIRE_TOKEN_BY_CODE_START: "msal:acquireTokenByCodeStart";
ACQUIRE_TOKEN_BY_CODE_SUCCESS: "msal:acquireTokenByCodeSuccess";
ACQUIRE_TOKEN_FAILURE: "msal:acquireTokenFailure";
ACQUIRE_TOKEN_NETWORK_START: "msal:acquireTokenFromNetworkStart";
ACQUIRE_TOKEN_START: "msal:acquireTokenStart";
ACQUIRE_TOKEN_SUCCESS: "msal:acquireTokenSuccess";
ACTIVE_ACCOUNT_CHANGED: "msal:activeAccountChanged";
HANDLE_REDIRECT_END: "msal:handleRedirectEnd";
HANDLE_REDIRECT_START: "msal:handleRedirectStart";
INITIALIZE_END: "msal:initializeEnd";
INITIALIZE_START: "msal:initializeStart";
LOGIN_FAILURE: "msal:loginFailure";
LOGIN_START: "msal:loginStart";
LOGIN_SUCCESS: "msal:loginSuccess";
LOGOUT_END: "msal:logoutEnd";
LOGOUT_FAILURE: "msal:logoutFailure";
LOGOUT_START: "msal:logoutStart";
LOGOUT_SUCCESS: "msal:logoutSuccess";
POPUP_OPENED: "msal:popupOpened";
RESTORE_FROM_BFCACHE: "msal:restoreFromBFCache";
SSO_SILENT_FAILURE: "msal:ssoSilentFailure";
SSO_SILENT_START: "msal:ssoSilentStart";
SSO_SILENT_SUCCESS: "msal:ssoSilentSuccess";
} = ...
Type declaration
-
Readonly
ACCOUNT_ADDED: "msal:accountAdded"
-
Readonly
ACCOUNT_REMOVED: "msal:accountRemoved"
-
Readonly
ACQUIRE_TOKEN_BY_CODE_FAILURE: "msal:acquireTokenByCodeFailure"
-
Readonly
ACQUIRE_TOKEN_BY_CODE_START: "msal:acquireTokenByCodeStart"
-
Readonly
ACQUIRE_TOKEN_BY_CODE_SUCCESS: "msal:acquireTokenByCodeSuccess"
-
Readonly
ACQUIRE_TOKEN_FAILURE: "msal:acquireTokenFailure"
-
Readonly
ACQUIRE_TOKEN_NETWORK_START: "msal:acquireTokenFromNetworkStart"
-
Readonly
ACQUIRE_TOKEN_START: "msal:acquireTokenStart"
-
Readonly
ACQUIRE_TOKEN_SUCCESS: "msal:acquireTokenSuccess"
-
Readonly
ACTIVE_ACCOUNT_CHANGED: "msal:activeAccountChanged"
-
Readonly
HANDLE_REDIRECT_END: "msal:handleRedirectEnd"
-
Readonly
HANDLE_REDIRECT_START: "msal:handleRedirectStart"
-
Readonly
INITIALIZE_END: "msal:initializeEnd"
-
Readonly
INITIALIZE_START: "msal:initializeStart"
-
Readonly
LOGIN_FAILURE: "msal:loginFailure"
-
Readonly
LOGIN_START: "msal:loginStart"
-
Readonly
LOGIN_SUCCESS: "msal:loginSuccess"
-
Readonly
LOGOUT_END: "msal:logoutEnd"
-
Readonly
LOGOUT_FAILURE: "msal:logoutFailure"
-
Readonly
LOGOUT_START: "msal:logoutStart"
-
Readonly
LOGOUT_SUCCESS: "msal:logoutSuccess"
-
Readonly
POPUP_OPENED: "msal:popupOpened"
-
Readonly
RESTORE_FROM_BFCACHE: "msal:restoreFromBFCache"
-
Readonly
SSO_SILENT_FAILURE: "msal:ssoSilentFailure"
-
Readonly
SSO_SILENT_START: "msal:ssoSilentStart"
-
Readonly
SSO_SILENT_SUCCESS: "msal:ssoSilentSuccess"