FormAuthChallengeFunction
typealias FormAuthChallengeFunction = suspend FormAuthChallengeContext.(UserPasswordCredential?) -> Unit(source)
Specifies what to send back if form-based authentication fails.
Specifies what to send back if form-based authentication fails.