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
Package-level
declarations
Types
Types
Jwt
User
Details
Link copied to clipboard
class
JwtUserDetails
(
email
:
String
,
authorities
:
Collection
<
GrantedAuthority
>
)
:
UserDetails
JWT용 UserDetails 구현체
Refresh
Token
Link copied to clipboard
@
RedisHash
(
value
=
"refresh_token"
,
timeToLive
=
604800
)
data
class
RefreshToken
(
val
jit
:
String
,
val
email
:
String
)
:
Serializable