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
/
Credentials
Credentials
data
class
Credentials
(
val
username
:
String
,
val
password
:
String
)
:
DockerClientConfig.Auth
Members
Constructors
Credentials
Link copied to clipboard
constructor
(
username
:
String
,
password
:
String
)
Properties
password
Link copied to clipboard
val
password
:
String
username
Link copied to clipboard
val
username
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String