Configuration
class Configuration : Configuration
JWT auth provider configuration
Properties
var realm: String JWT realm name that will be used during auth challenge |
Inherited Properties
val name: String? is the name of the provider, or |
|
val pipeline: AuthenticationPipeline Authentication pipeline for this provider |
Functions
fun authHeader( Http auth header retrieval function. By default it does parse |
|
fun challenge(block: JWTAuthChallengeFunction): Unit Specifies what to send back if jwt authentication fails. |
|
fun validate( Apply validate function to every call with JWTCredential |
|
fun verifier(verifier: JWTVerifier): Unit fun verifier( fun verifier( fun verifier( |
Inherited Functions
fun skipWhen(predicate: (ApplicationCall) -> Boolean): Unit Adds an authentication filter to the list.
For every application call the specified predicate is applied and if it returns |