Cake\Controller\Component\AuthComponent::authorizationProvider PHP 메소드

authorizationProvider() 공개 메소드

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