bool isAnonymous(TokenInterface $token = null)
Resolves whether the passed token implementation is authenticated anonymously.
If null is passed, the method must return false.
bool isAnonymous(TokenInterface $token = null)
Resolves whether the passed token implementation is authenticated anonymously.
If null is passed, the method must return false.
Please login to continue.