AnonymousAuthenticationProvider
class AnonymousAuthenticationProvider implements AuthenticationProviderInterface
AnonymousAuthenticationProvider validates AnonymousToken instances.
Methods
Details
at line line 38
__construct(string $secret)
Constructor.
at line line 46
TokenInterface
authenticate(TokenInterface $token)
Attempts to authenticate a TokenInterface object.
at line line 62
bool
supports(TokenInterface $token)
Checks whether this provider supports the given token.