ktor-auth / io.ktor.auth / FormAuthChallenge / Redirect / url

url

val url: ApplicationCall.(UserPasswordCredential?) -> String

is a function receiving ApplicationCall and UserPasswordCredential and returning an URL to redirect to.

Property

url - is a function receiving ApplicationCall and UserPasswordCredential and returning an URL to redirect to.