kotlin-client.libraries.jvm-volley.auth.oauth.mustache Maven / Gradle / Ivy
val basicAuthHeaderFactoryBuilder = { username: String?, password: String? ->
{
throw NotImplementedError("OAuth security scheme header factory not impemented yet - see open api generator auth/oauth.mustache")
mapOf("" to "")}
}