JWTAuthenticationProvider

class JWTAuthenticationProvider : AuthenticationProvider

JWT authentication provider that will be registered with the specified name

Types

Link copied to clipboard
class Configuration : AuthenticationProvider.Configuration

JWT auth provider configuration

Functions

Link copied to clipboard
fun skipWhen(predicate: (ApplicationCall) -> Boolean)

Properties

Link copied to clipboard
val name: String?
Link copied to clipboard
val pipeline: AuthenticationPipeline
Link copied to clipboard
val skipWhen: List<ApplicationCallPredicate>