vz-api
1.0.0
ps
/
com.keygenqt.ps.base
/
UserSession
User
Session
data
class
UserSession
(
val
role
:
String
,
val
token
:
String
,
val
deviceId
:
String
)
Content copied to clipboard
Session cookie
Constructors
Properties
Constructors
User
Session
Link copied to clipboard
fun
UserSession
(
role
:
String
,
token
:
String
,
deviceId
:
String
)
Content copied to clipboard
Properties
device
Id
Link copied to clipboard
val
deviceId
:
String
Content copied to clipboard
role
Link copied to clipboard
val
role
:
String
Content copied to clipboard
token
Link copied to clipboard
val
token
:
String
Content copied to clipboard