sealed class SessionAuthChallenge<in T : Any>
Specifies what to send back if authentication fails.
object
Does nothing so other authentication methods could provide their challenges. This is the default and recommended way |
|
class
Redirect to an URL provided by the given function. |
|
object
Respond with HttpStatusCode.Unauthorized. |
val
The default session auth challenge kind |
object
Does nothing so other authentication methods could provide their challenges. This is the default and recommended way |
|
class
Redirect to an URL provided by the given function. |
|
object
Respond with HttpStatusCode.Unauthorized. |