pub(crate) async fn run(
state: Arc<Mutex<CliState>>,
) -> Result<(), OperationOutcomeError>Expand description
Runs the login command: the browser-based authorization_code + PKCE login flow for
the active profile, caching the resulting tokens in the secrets file.