Overtrue\LaravelWechat\Middleware\OAuthAuthenticate::needReauth PHP Метод

needReauth() защищенный Метод

Is different scopes.
protected needReauth ( array $scopes ) : boolean
$scopes array
Результат boolean
    protected function needReauth($scopes)
    {
        return session('wechat.oauth_user.original.scope') == 'snsapi_base' && in_array("snsapi_userinfo", $scopes);
    }