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