Enum for auth status emitted by the emitter returned from init.
FAILURE
LOGOUT
SDK_SUCCESS
SUCCESS
WAITING_FOR_POPUP
FAILURE:= "FAILURE"
Emits when the SDK fails to authenticate
Defined in : auth.ts
LOGOUT:= "LOGOUT"
Emits when a user logs out
SDK_SUCCESS:= "SDK_SUCCESS"
Emits when the SDK authenticates successfully
SUCCESS:= "SUCCESS"
Emits when the app sends an authentication success message
WAITING_FOR_POPUP:= "WAITING_FOR_POPUP"
Emitted when inPopup is true in the SAMLRedirect flow and the popup is waiting to be triggered either programmatically or by the trigger button.
Version : SDK: 1.19.0