toggle menu
seam-phone-sdk-android
1.9.38
androidJvm
switch theme
search in API
common
/
co.seam.common.models
/
SeamSchema
/
ClientSession
Client
Session
@
Serializable
data
class
ClientSession
(
val
clientSessionId
:
String
,
val
token
:
String
)
Client sesstion
.
Members
Constructors
Client
Session
Link copied to clipboard
constructor
(
clientSessionId
:
String
,
token
:
String
)
Properties
client
Session
Id
Link copied to clipboard
@
SerialName
(
value
=
"client_session_id"
)
val
clientSessionId
:
String
token
Link copied to clipboard
@
SerialName
(
value
=
"token"
)
val
token
:
String