DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
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.
AUTH_REDIRECT:
"AUTH_REDIRECT"
INITIALIZATION_ERROR:
"INITIALIZATION_ERROR"
INITIALIZATION_SUCCESS:
"INITIALIZATION_SUCCESS"
LOGGED_OUT:
"LOGGED_OUT"
LOGGED_OUT_FAILURE:
"LOGGED_OUT_FAILURE"
READY_FOR_INIT:
"READY_FOR_INIT"