pub fn harness_authentication_plan(
harness: &HarnessId,
environment: HarnessAuthenticationEnvironment,
requested_method: Option<HarnessAuthenticationMethodId>,
cwd: &Path,
) -> Result<HarnessAuthenticationPlan, HarnessAuthenticationError>Expand description
Select a method for the requested environment and create its host-owned launch plan.