Android SDK 100ms
lib
/
live.hms.video.signal.init
/
TokenResult
Token
Result
data
class
TokenResult
(
val
token
:
String
?
,
val
expiresAt
:
String
?
)
Constructors
Properties
Constructors
Token
Result
Link copied to clipboard
fun
TokenResult
(
token
:
String
?
,
expiresAt
:
String
?
)
Properties
expires
At
Link copied to clipboard
@
SerializedName
(
value
=
"expiresAt"
)
val
expiresAt
:
String
?
token
Link copied to clipboard
@
SerializedName
(
value
=
"token"
)
val
token
:
String
?