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