Overtrue\LaravelWechat\Events\WeChatUserAuthorized::isNewSession PHP Method

isNewSession() public method

Check the user session is first created.
public isNewSession ( ) : boolean
return boolean
    public function isNewSession()
    {
        return $this->isNewSession;
    }