kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-common-remote
/
io.kvision.remote
/
Credentials
Credentials
js
@
Serializable
data
class
Credentials
(
val
username
:
String
?
=
null
,
val
password
:
String
?
=
null
)
(
source
)
Username and password credentials.
Members
Constructors
Credentials
Link copied to clipboard
js
constructor
(
username
:
String
?
=
null
,
password
:
String
?
=
null
)
Properties
password
Link copied to clipboard
js
val
password
:
String
?
=
null
username
Link copied to clipboard
js
val
username
:
String
?
=
null