We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e2da6 commit b6b6a39Copy full SHA for b6b6a39
cookbook/security/guard-authentication.rst
@@ -418,7 +418,7 @@ Each authenticator needs the following methods:
418
object that should be sent to the client. The ``$exception`` will tell you
419
*what* went wrong during authentication.
420
421
-**start**
+**start(Request $request, AuthenticationException $authException = null)**
422
This is called if the client accesses a URI/resource that requires authentication,
423
but no authentication details were sent (i.e. you returned ``null`` from
424
``getCredentials()``). Your job is to return a
0 commit comments