FormAuthChallenge

sealed class FormAuthChallenge

Specifies what to send back if form authentication fails.

Types

Link copied to clipboard
class Redirect(url: ApplicationCall.(UserPasswordCredential?) -> String) : FormAuthChallenge

Redirect to an URL provided by the given function.

Link copied to clipboard
object Unauthorized : FormAuthChallenge

Inheritors

Link copied to clipboard
Link copied to clipboard