Enumeration: OrgStates
Enum representing the authentication state for an org during initialization and lifecycle. With multiple org authentication support, use the org state to verify that all orgs are initialized and ready.
INITIALIZATION_ERROR:
"INITIALIZATION_ERROR"
INITIALIZATION_SUCCESS:
"INITIALIZATION_SUCCESS"
LOGGED_OUT:
"LOGGED_OUT"
LOGGED_OUT_FAILURE:
"LOGGED_OUT_FAILURE"
READY_FOR_INIT:
"READY_FOR_INIT"