pub fn run_auth_code_flow(provider: &str) -> Result<String>
Run the authorization-code flow for provider. Blocks until the user authorises (success) or the listener is interrupted.
provider