Type Alias: OrgStateInfo

OrgStateInfo: object

Represents the authentication state and reason for a Salesforce org.

Multi-org Context: Each org in a multi-org configuration has its own OrgStateInfo tracked in the orgStates map of BootstrapResponse and LogoutResponse.

reason: string

Required. The reason for the current state.

optional redirectOrigin: string

The origin extracted from redirectUrl (only present when redirectUrl is provided).

optional redirectUrl: string

The redirect URL for authentication (only present when state is AUTH_REDIRECT).

state: string

Required. The current authentication state of the org.