SessionAuthChallenge
sealed class SessionAuthChallenge<in T : Any>
Deprecated: Use challenge {} instead.
Specifies what to send back if authentication fails.
Types
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. |
Companion Object Properties
val The default session auth challenge kind |
Inheritors
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. |