Cake\Controller\Component\AuthComponent::authenticationProvider PHP Метод

authenticationProvider() публичный Метод

If login was called during this request and the user was successfully authenticated, this function will return the instance of the authentication object that was used for logging the user in.
public authenticationProvider ( ) : Cake\Auth\BaseAuthenticate | null
Результат Cake\Auth\BaseAuthenticate | null
    public function authenticationProvider()
    {
        return $this->_authenticationProvider;
    }