Skip to content

Commit b6b6a39

Browse files
jeremyFreeAgentxabbuh
authored andcommitted
[Security][Guard] Completed start method signature
1 parent 24e2da6 commit b6b6a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/guard-authentication.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ Each authenticator needs the following methods:
418418
object that should be sent to the client. The ``$exception`` will tell you
419419
*what* went wrong during authentication.
420420

421-
**start**
421+
**start(Request $request, AuthenticationException $authException = null)**
422422
This is called if the client accesses a URI/resource that requires authentication,
423423
but no authentication details were sent (i.e. you returned ``null`` from
424424
``getCredentials()``). Your job is to return a

0 commit comments

Comments
 (0)