// Code generated by openapi-nexus. DO NOT EDIT.
//
// Naming Conventions Test — 1.0.0
// Test fixture to verify language property naming conventions
package com.example.sdk.runtime;
import okhttp3.Request;
public interface Authenticator {
void authenticate(Request.Builder builder);
}