toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.user.dto
/
TokenDto
Token
Dto
data
class
TokenDto
(
val
token
:
String
,
val
userId
:
Long
)
DTO returns as a response with credentials to a client
Members
Constructors
Token
Dto
Link copied to clipboard
constructor
(
token
:
String
,
userId
:
Long
)
Properties
token
Link copied to clipboard
val
token
:
String
user
Id
Link copied to clipboard
val
userId
:
Long