Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cookbook/security/guard-authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ Each authenticator needs the following methods:
object that should be sent to the client. The ``$exception`` will tell you
*what* went wrong during authentication.

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