AuthStatus

AuthStatus

Enum for auth status emitted by the emitter returned from init.

Enumeration members🔗

FAILURE🔗

FAILURE:= "FAILURE"

Emits when the SDK fails to authenticate

Defined in : auth.ts

LOGOUT🔗

LOGOUT:= "LOGOUT"

Emits when a user logs out

Defined in : auth.ts

SDK_SUCCESS🔗

SDK_SUCCESS:= "SDK_SUCCESS"

Emits when the SDK authenticates successfully

Defined in : auth.ts

SUCCESS🔗

SUCCESS:= "SUCCESS"

Emits when the app sends an authentication success message

Defined in : auth.ts

WAITING_FOR_POPUP🔗

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.

Defined in : auth.ts

Version : SDK: 1.19.0