$count
$count : integer
count of number of attempts
The factory responsible for creating of authentication service.
__invoke(\Interop\Container\ContainerInterface $container, string $requestedName, array $options = null) : \Zend\Authentication\AuthenticationService
Create/instantiate AuthenticationService object with injected dependencies
\Interop\Container\ContainerInterface | $container | |
string | $requestedName | |
array | $options |
getAuthService(\Interop\Container\ContainerInterface $container) : \Zend\Authentication\AuthenticationService
System has a tendency to fail so if an exception in thrown the session is expired an a new on created
\Interop\Container\ContainerInterface | $container |