TokenInterface
    authenticate(TokenInterface $token)
         
 Attempts to authenticate a TokenInterface object. 
 Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails