SimplePreAuthenticatorInterface
interface SimplePreAuthenticatorInterface implements SimpleAuthenticatorInterface
Methods
| authenticateToken(TokenInterface $token, UserProviderInterface $userProvider, $providerKey) | from SimpleAuthenticatorInterface | |
| supportsToken(TokenInterface $token, $providerKey) | from SimpleAuthenticatorInterface | |
| createToken(Request $request, $providerKey) |
Details
authenticateToken(TokenInterface $token, UserProviderInterface $userProvider, $providerKey)
Parameters
| TokenInterface | $token | |
| UserProviderInterface | $userProvider | |
| $providerKey |
supportsToken(TokenInterface $token, $providerKey)
Parameters
| TokenInterface | $token | |
| $providerKey |
createToken(Request $request, $providerKey)
Parameters
| Request | $request | |
| $providerKey |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Security/Http/Authentication/SimplePreAuthenticatorInterface.html