AuthenticationProviderInterface
interface AuthenticationProviderInterface implements AuthenticationManagerInterface
AuthenticationProviderInterface is the interface for all authentication providers.
Concrete implementations processes specific Token instances.
Methods
bool
Details
in AuthenticationManagerInterface at line line 34
TokenInterface
authenticate(TokenInterface $token)
Attempts to authenticate a TokenInterface object.
at line line 34
bool
supports(TokenInterface $token)
Checks whether this provider supports the given token.