Package-level declarations

Types

Link copied to clipboard
class JwtAdapter(accessTokenSecret: String = "AT_SECRET", accessTokenExpiryInSeconds: Long = 3600, refreshTokenSecret: String = "RT_SECRET", refreshTokenExpiryInSeconds: Long = 30 * 24 * 3600, refreshTokenService: RefreshTokenService)
Link copied to clipboard
class RefreshTokenService(sessionRepository: SessionRepository, maxSessions: Int = 5)
Link copied to clipboard
class TokenUtil(secret: String = "SECRET", expiresInSeconds: Long)
Link copied to clipboard