Redirect
class Redirect<in T : Any> : SessionAuthChallenge<T>
Deprecated: Use challenge {} instead.
Redirect to an URL provided by the given function.
Constructors
Redirect(url: ApplicationCall.(T?) -> String) Redirect to an URL provided by the given function. |
Properties
val url: ApplicationCall.(T?) -> String is a function receiving ApplicationCall and UserPasswordCredential and returning an URL to redirect to. |