Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/laravel/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
pusher使用laravel服务器验证java客户端_Java_Laravel_Pusher - Fatal编程技术网

pusher使用laravel服务器验证java客户端

pusher使用laravel服务器验证java客户端,java,laravel,pusher,Java,Laravel,Pusher,你能帮帮我吗, 我正在开发一个实时应用程序,客户端使用java,服务器端使用laravel。 我知道客户端需要在odrer中进行身份验证才能使用专用通道,我发现了如下内容: final HttpAuthorizer authorizer = new HttpAuthorizer("http://www.example.com/private_auth.php"); final PusherOptions options = new PusherOptions().setAuthorizer(au

你能帮帮我吗, 我正在开发一个实时应用程序,客户端使用java,服务器端使用laravel。 我知道客户端需要在odrer中进行身份验证才能使用专用通道,我发现了如下内容:

final HttpAuthorizer authorizer = new HttpAuthorizer("http://www.example.com/private_auth.php");
final PusherOptions options = new PusherOptions().setAuthorizer(authorizer);
但我不知道如何在服务器端验证它们

身份验证请求的目标应该是什么