// Code generated by openapi-nexus. DO NOT EDIT.
//
// Multiple Similar Request Schemas API — 1.0.0
// Test API with multiple operations having similar request body schema names
package com.example.sdk.runtime;
import okhttp3.Request;
public interface Authenticator {
void authenticate(Request.Builder builder);
}