pub async fn iam_login( client: &impl Client, mount: &str, iam_http_request_method: &str, iam_request_url: &str, iam_request_headers: &str, iam_request_body: &str, role: Option<&str>, ) -> Result<AuthInfo, ClientError>