REBELinBLUE\Deployer\User::getHasTwoFactorAuthenticationAttribute PHP Method

getHasTwoFactorAuthenticationAttribute() public method

Determines whether the user has Google 2FA enabled.
    public function getHasTwoFactorAuthenticationAttribute()
    {
        return !empty($this->google2fa_secret);
    }