portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.auth.domain
/
RefreshToken
Refresh
Token
@
RedisHash
(
value
=
"refresh_token"
,
timeToLive
=
604800
)
data
class
RefreshToken
(
val
jit
:
String
,
val
email
:
String
)
:
Serializable
Members
Constructors
Refresh
Token
Link copied to clipboard
constructor
(
jit
:
String
,
email
:
String
)
Properties
email
Link copied to clipboard
val
email
:
String
jit
Link copied to clipboard
val
jit
:
String