ssm.couchdb.client.builder.SsmCouchDbAuth.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ssm-couchdb-sdk Show documentation
Show all versions of ssm-couchdb-sdk Show documentation
Aggregate all ssm data source to optimize request
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