class AuthenticationRouteSelector : 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
names
- of authentication providers to be applied to this route
AuthenticationRouteSelector(names: List<String?>)
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 |
val names: List<String?>
of authentication providers to be applied to this route |
fun evaluate(context: RoutingResolveContext, segmentIndex: Int): RouteSelectorEvaluation |
|
fun toString(): String |