dev.openfga.sdk.api.configuration.AdditionalHeadersSupplier Maven / Gradle / Ivy
/*
* OpenFGA
* A high performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar.
*
* The version of the OpenAPI document: 1.x
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package dev.openfga.sdk.api.configuration;
import java.util.Map;
public interface AdditionalHeadersSupplier {
Map getAdditionalHeaders();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy