fun Route.authenticate(vararg configurations: String? = arrayOf<String?>(null), optional: Boolean = false, build: Route.() -> Unit): Route
Creates an authentication route that does handle authentication by the specified providers referred by
configurations names. |