All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kotlin-client.libraries.jvm-volley.auth.oauth.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy