Configuration
class Configuration : Configuration
Digest auth configuration
Properties
var algorithmName: String Message digest algorithm to be used. Usually only |
|
var Message digest algorithm to be used |
|
var nonceManager: NonceManager NonceManager to be used to generate nonce values |
|
var realm: String Specifies realm to be passed in |
|
var username and password digest function |
Inherited Properties
val name: String? is the name of the provider, or |
|
val pipeline: AuthenticationPipeline Authentication pipeline for this provider |
Functions
Configures digest provider function that should fetch or compute message digest for the specified
|
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 |