1 2 3 4 5 6 7 8 9 10 11
// Code generated by openapi-nexus. DO NOT EDIT. // // Default And Exact Response API — 1.0.0 package com.example.sdk.runtime; import okhttp3.Request; public interface Authenticator { void authenticate(Request.Builder builder); }