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