// Code generated by openapi-nexus. DO NOT EDIT.
//
// Deeply Nested Inline Objects Test — 1.0.0
// Test case for three levels of nested inline objects
package com.example.sdk.runtime;
import okhttp3.Request;
public interface Authenticator {
void authenticate(Request.Builder builder);
}