// Code generated by openapi-nexus. DO NOT EDIT.
//
// Inline Object Test — 1.0.0
// Test case for inline objects (not arrays) with snake_case to camelCase conversion
package com.example.sdk.runtime;
import okhttp3.Request;
public interface Authenticator {
void authenticate(Request.Builder builder);
}