Shade
Toggle table of contents
latest
common
Target filter
common
Switch theme
Search in API
Skip to content
Shade
structures
/
inkapplications.shade.structures
/
AuthToken
Auth
Token
@
Serializable
data
class
AuthToken
(
val
applicationKey
:
String
,
val
clientKey
:
String
?
=
null
)
Wraps an API key used for authenticating with the Hue API
Members
Constructors
Auth
Token
Link copied to clipboard
constructor
(
applicationKey
:
String
,
clientKey
:
String
?
=
null
)
Properties
application
Key
Link copied to clipboard
@
SerialName
(
value
=
"username"
)
val
applicationKey
:
String
client
Key
Link copied to clipboard
@
SerialName
(
value
=
"clientkey"
)
val
clientKey
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String