Cake\Controller\Component\AuthComponent::authorizationProvider PHP Méthode

authorizationProvider() public méthode

If there was any authorization processing for the current request, this function will return the instance of the Authorization object that granted access to the user to the current address.
public authorizationProvider ( ) : Cake\Auth\BaseAuthorize | null
Résultat Cake\Auth\BaseAuthorize | null
    public function authorizationProvider()
    {
        return $this->_authorizationProvider;
    }