You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Security.php
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,10 @@ public function getFirewallConfig(Request $request): ?FirewallConfig
56
56
* @param UserInterface $user The user to authenticate
57
57
* @param string|null $authenticatorName The authenticator name (e.g. "form_login") or service id (e.g. SomeApiKeyAuthenticator::class) - required only if multiple authenticators are configured
58
58
* @param string|null $firewallName The firewall name - required only if multiple firewalls are configured
59
+
*
60
+
* @return Response|null The authenticator success response if any
0 commit comments