class AnonymousAuthenticationProvider implements AuthenticationProviderInterface
AnonymousAuthenticationProvider validates AnonymousToken instances.
Methods
|
__construct(string $key)
Constructor. |
||
| TokenInterface |
authenticate(TokenInterface $token)
Attempts to authenticates a TokenInterface object. |
|
| Boolean |
supports(TokenInterface $token)
Checks whether this provider supports the given token. |
Details
at line 32
public
__construct(string $key)
Constructor.
at line 40
public TokenInterface
authenticate(TokenInterface $token)
Attempts to authenticates a TokenInterface object.
at line 56
public Boolean
supports(TokenInterface $token)
Checks whether this provider supports the given token.