PHP Class ZF\Apigility\MvcAuth\UnauthenticatedListener

Afficher le fichier Open project: zfcampus/zf-apigility

Méthodes publiques

Méthode Description
__invoke ( ZF\MvcAuth\MvcAuthEvent $mvcAuthEvent ) : null | ZF\ApiProblem\ApiProblemResponse Determine if we have an authentication failure, and, if so, return a 401 response

Method Details

__invoke() public méthode

Determine if we have an authentication failure, and, if so, return a 401 response
public __invoke ( ZF\MvcAuth\MvcAuthEvent $mvcAuthEvent ) : null | ZF\ApiProblem\ApiProblemResponse
$mvcAuthEvent ZF\MvcAuth\MvcAuthEvent
Résultat null | ZF\ApiProblem\ApiProblemResponse