shade
latest
common
structures
/
inkapplications.shade.structures
/
AuthToken
Auth
Token
data
class
AuthToken
(
val
applicationKey
:
String
,
val
clientKey
:
String
?
=
null
)
Wraps an API key used for authenticating with the Hue API
Constructors
Functions
Properties
Constructors
Auth
Token
Link copied to clipboard
fun
AuthToken
(
applicationKey
:
String
,
clientKey
:
String
?
=
null
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
application
Key
Link copied to clipboard
val
applicationKey
:
String
client
Key
Link copied to clipboard
val
clientKey
:
String
?
=
null