Kotlin Multiplatform Client for Docker
Toggle table of contents
snapshot
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Multiplatform Client for Docker
Kotlin Multiplatform Client for Docker
/
dev.limebeck.libs.docker.client
/
DockerClientConfig
/
Auth
Auth
sealed
interface
Auth
Inheritors
Credentials
Token
Members
Types
Credentials
Link copied to clipboard
data
class
Credentials
(
val
username
:
String
,
val
password
:
String
)
:
DockerClientConfig.Auth
Token
Link copied to clipboard
data
class
Token
(
val
token
:
String
)
:
DockerClientConfig.Auth