Overtrue\LaravelWechat\Middleware\OAuthAuthenticate::isWeChatBrowser PHP Method

isWeChatBrowser() protected method

Detect current user agent type.
protected isWeChatBrowser ( ) : boolean
return boolean
    protected function isWeChatBrowser()
    {
        return strpos($request->header('user_agent'), 'MicroMessenger') !== false;
    }