Type Alias: BootstrapResponse
BootstrapResponse:
object
Response type for SDK initialization operations.
Multi-org Response: In multi-org scenarios, orgStates contains the status of each org:
OrgStates.INITIALIZATION_SUCCESS- Org initialized successfullyOrgStates.INITIALIZATION_ERROR- Org initialization failed (checkreasonfor details)OrgStates.AUTH_REDIRECT- Authentication redirect required (checkredirectUrlinOrgStateInfofor the redirect URL)
The status field indicates overall result:
Status.SUCCESS- All orgs initialized successfullyStatus.PARTIAL_SUCCESS- Some orgs initialized successfully (multi-org only)Status.FAILURE- All orgs failed to initialize or require redirect
message:
string
Required. The response message.
optionalorgStates:OrgStatesMap
A map of org(s) response statuses.
status:
Status
Required. The response status.