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