CakeDC\Users\Controller\Traits\LoginTrait::_isGoogleAuthenticator PHP Method

_isGoogleAuthenticator() protected method

Check if we doing Google Authenticator Two Factor auth
protected _isGoogleAuthenticator ( ) : boolean
return boolean true if Google Authenticator is enabled
    protected function _isGoogleAuthenticator()
    {
        return Configure::read('Users.GoogleAuthenticator.login');
    }