JWTAuthenticationProvider
class JWTAuthenticationProvider : AuthenticationProvider
JWT authentication provider that will be registered with the specified name
Types
class Configuration : Configuration JWT auth provider configuration |
Inherited Properties
val name: String? Provider name or |
|
val pipeline: AuthenticationPipeline Authentication pipeline for this provider |
|
val skipWhen: List<ApplicationCallPredicate> Authentication filters specifying if authentication is required for particular ApplicationCall |
Inherited Functions
fun Adds an authentication filter to the list |