jwtHandshakeInterceptor

@Bean
@ConditionalOnMissingBean(value = [JwtHandshakeInterceptor::class])
open fun jwtHandshakeInterceptor(jwtService: JwtTokenService, productUserService: ProductUserService, tokenBlacklistService: TokenBlacklistService): JwtHandshakeInterceptor
val jwtHandshakeInterceptor: JwtHandshakeInterceptor