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
@@ -101,13 +102,14 @@ public function getFirewallConfig(Request $request): ?FirewallConfig
101
102
}
102
103
103
104
/**
104
-
* @param UserInterface $user The user to authenticate
105
-
* @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
106
-
* @param string|null $firewallName The firewall name - required only if multiple firewalls are configured
105
+
* @param UserInterface $user The user to authenticate
106
+
* @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
107
+
* @param string|null $firewallName The firewall name - required only if multiple firewalls are configured
108
+
* @param BadgeInterface[] $badges Badges to add to the user's passport
107
109
*
108
110
* @return Response|null The authenticator success response if any
0 commit comments