portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.auth
/
JwtProperties
/
JwtProperties
Jwt
Properties
constructor
(
secret
:
String
,
issuer
:
String
,
accessExpiry
:
Long
=
3600
,
refreshExpiry
:
Long
=
604800
)
Parameters
secret
JWT 서명에 사용되는 비밀키
issuer
JWT 발급자
access
Expiry
액세스 토큰 만료 시간 (초 단위, 기본값: 1시간)
refresh
Expiry
리프레시 토큰 만료 시간 (초 단위, 기본값: 7일)