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

ssm.couchdb.client.builder.SsmCouchDbAuth.kt Maven / Gradle / Ivy

The newest version!
package ssm.couchdb.client.builder

sealed class SsmCouchDbAuth

data class SsmCouchDbBasicAuth(
	val username: String,
	val password: String,
) : SsmCouchDbAuth()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy