Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/310.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
Java Google端点验证呼叫是否需要Google帐户?_Java_Google App Engine_Google Cloud Endpoints - Fatal编程技术网

Java Google端点验证呼叫是否需要Google帐户?

Java Google端点验证呼叫是否需要Google帐户?,java,google-app-engine,google-cloud-endpoints,Java,Google App Engine,Google Cloud Endpoints,我已经阅读了Google Cloud Endpoint的Google文档一段时间了,但我仍然找不到特定场景的具体解决方案/示例: 应用程序不需要Google帐户(使用自定义或通过Facebook进行身份验证) 如何从GCE验证请求是否真的来自我的android、ios和web客户端?请参阅:至少这是注入到端点方法中的自定义身份验证的答案。如果您想要一些更琐碎的东西,您可以将头插入到方法中,检查auth头。

我已经阅读了Google Cloud Endpoint的Google文档一段时间了,但我仍然找不到特定场景的具体解决方案/示例:

  • 应用程序不需要Google帐户(使用自定义或通过Facebook进行身份验证)

如何从GCE验证请求是否真的来自我的android、ios和web客户端?

请参阅:至少这是注入到端点方法中的自定义身份验证的答案。如果您想要一些更琐碎的东西,您可以将头插入到方法中,检查auth头。