Symfony\Component\Routing\Route {#1571
  -path: "/user/reset/{uid}/{timestamp}/{hash}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:2 [
    "_controller" => "\Drupal\user\Controller\UserController::resetPass"
    "_title" => "Reset password"
  ]
  -requirements: array:1 [
    "_access" => "TRUE"
  ]
  -options: array:5 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "_maintenance_access" => true
    "no_cache" => true
    "utf8" => true
    "_access_checks" => array:1 [
      0 => "access_check.default"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:3 [
      0 => "uid"
      1 => "timestamp"
      2 => "hash"
    ]
    -tokens: array:4 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "hash"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "timestamp"
        4 => true
      ]
      2 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "uid"
        4 => true
      ]
      3 => array:2 [
        0 => "text"
        1 => "/user/reset"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/user/reset/(?P<uid>[^/]++)/(?P<timestamp>[^/]++)/(?P<hash>[^/]++)$}sDu"
    -pathVariables: array:3 [
      0 => "uid"
      1 => "timestamp"
      2 => "hash"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 24
    #patternOutline: "/user/reset/%/%/%"
    #numParts: 5
  }
}