vz-api
1.0.0
ps
/
com.keygenqt.ps.route.auth.elements
/
AuthSessionResponse
Auth
Session
Response
data
class
AuthSessionResponse
(
val
id
:
Int
,
val
email
:
String
,
val
role
:
UserRole
)
Content copied to clipboard
Response success auth
Constructors
Properties
Constructors
Auth
Session
Response
Link copied to clipboard
fun
AuthSessionResponse
(
id
:
Int
,
email
:
String
,
role
:
UserRole
)
Content copied to clipboard
Properties
email
Link copied to clipboard
val
email
:
String
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Int
Content copied to clipboard
role
Link copied to clipboard
val
role
:
UserRole
Content copied to clipboard