AuthenticationRouteSelector

class AuthenticationRouteSelector(names: List<String?>) : RouteSelector

An authentication route node that is used by Authentication feature and usually created by Route.authenticate DSL function so generally there is no need to instantiate it directly unless you are writing an extension

Parameters

names

of authentication providers to be applied to this route

Constructors

Link copied to clipboard
fun AuthenticationRouteSelector(names: List<String?>)

Functions

Link copied to clipboard
open override fun evaluate(context: RoutingResolveContext, segmentIndex: Int): RouteSelectorEvaluation
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val names: List<String?>
Link copied to clipboard
val quality: Double