kotlin-client.libraries.jvm-volley.auth.oauth.mustache Maven / Gradle / Ivy
The newest version!
{{^nonPublicApi}}{{#explicitApi}}public {{/explicitApi}}{{/nonPublicApi}}val basicAuthHeaderFactoryBuilder = { username: String?, password: String? ->
{
throw NotImplementedError("OAuth security scheme header factory not implemented yet - see open api generator auth/oauth.mustache")
mapOf("" to "")}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy