Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/loops/2.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
Python 谷歌云端点的自定义身份验证_Python_Google App Engine_Google Cloud Endpoints_Endpoints Proto Datastore - Fatal编程技术网

Python 谷歌云端点的自定义身份验证

Python 谷歌云端点的自定义身份验证,python,google-app-engine,google-cloud-endpoints,endpoints-proto-datastore,Python,Google App Engine,Google Cloud Endpoints,Endpoints Proto Datastore,我正在开发一个android应用程序,我已经被困在这几天了。OAuth2.0+谷歌账户非常棒,但我不想把我的应用程序紧密地结合在一起,只与谷歌账户一起工作 如何实现自定义身份验证?此问答有一个指向Google Identity Platform指南的指针,用于在各种Google Identity解决方案之间进行选择:

我正在开发一个android应用程序,我已经被困在这几天了。OAuth2.0+谷歌账户非常棒,但我不想把我的应用程序紧密地结合在一起,只与谷歌账户一起工作


如何实现自定义身份验证?

此问答有一个指向Google Identity Platform指南的指针,用于在各种Google Identity解决方案之间进行选择: