vz-api
1.0.0
ps
/
com.keygenqt.ps.route.auth.elements
/
AuthJWTResponse
Auth
JWTResponse
data
class
AuthJWTResponse
(
val
id
:
Int
,
val
email
:
String
,
val
role
:
UserRole
,
val
token
:
String
,
val
refreshToken
:
String
)
Content copied to clipboard
Response success auth
Constructors
Properties
Constructors
Auth
JWTResponse
Link copied to clipboard
fun
AuthJWTResponse
(
id
:
Int
,
email
:
String
,
role
:
UserRole
,
token
:
String
,
refreshToken
:
String
)
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
refresh
Token
Link copied to clipboard
val
refreshToken
:
String
Content copied to clipboard
role
Link copied to clipboard
val
role
:
UserRole
Content copied to clipboard
token
Link copied to clipboard
val
token
:
String
Content copied to clipboard