8000
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 2ed7ac0 commit 3da301aCopy full SHA for 3da301a
security/guard_authentication.rst
@@ -378,7 +378,7 @@ Each authenticator needs the following methods:
378
**getCredentials(Request $request)**
379
This will be called on *every* request and your job is to read the token (or
380
whatever your "authentication" information is) from the request and return it.
381
- These credentials are later passed as the first argument ot ``getUser()``.
+ These credentials are later passed as the first argument of ``getUser()``.
382
383
**getUser($credentials, UserProviderInterface $userProvider)**
384
The ``$credentials`` argument is the value returned by ``getCredentials()``.
0 commit comments