Variable EventsConst

Events: {
    SESSION_CHANGE: "session_change";
    SILENT_RENEW_ERROR: "silent_renew_error";
    SILENT_RENEW_SUCCESS: "silent_renew_success";
    USER_LOGIN: "user_login";
    USER_LOGOUT: "user_logout";
} = ...

Type declaration

  • Readonly SESSION_CHANGE: "session_change"
  • Readonly SILENT_RENEW_ERROR: "silent_renew_error"
  • Readonly SILENT_RENEW_SUCCESS: "silent_renew_success"
  • Readonly USER_LOGIN: "user_login"
  • Readonly USER_LOGOUT: "user_logout"