class SimpleAuthenticationProvider implements AuthenticationProviderInterface
Methods
| __construct(SimpleAuthenticatorInterface $simpleAuthenticator, UserProviderInterface $userProvider, $providerKey) | ||
| TokenInterface | authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. | |
| bool | supports(TokenInterface $token) Checks whether this provider supports the given token. |
Details
__construct(SimpleAuthenticatorInterface $simpleAuthenticator, UserProviderInterface $userProvider, $providerKey)
TokenInterface authenticate(TokenInterface $token)
Attempts to authenticate a TokenInterface object.
bool supports(TokenInterface $token)
Checks whether this provider supports the given token.
Please login to continue.