Package-level declarations

Types

Link copied to clipboard
data class JwtException(val message: String?) : RuntimeException

Exception thrown by jwtExceptionCatching. Common exceptions used in com.github.jwt.core.JwtProvider.

Functions

Link copied to clipboard
fun <T> jwtExceptionCatching(init: () -> T): T

Exception handling method that converts exceptions to JwtException.