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.
optionalredirectOrigin:string
The origin extracted from redirectUrl (only present when redirectUrl is provided).
optionalredirectUrl:string
The redirect URL for authentication (only present when state is AUTH_REDIRECT).
state:
string
Required. The current authentication state of the org.