Cake\Controller\Component\AuthComponent::authorizationProvider PHP Method

authorizationProvider() public method

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
return Cake\Auth\BaseAuthorize | null
    public function authorizationProvider()
    {
        return $this->_authorizationProvider;
    }