【发布时间】:2019-10-23 19:18:24
【问题描述】:
我正在开发一个 REST api,我需要在其中对客户端进行身份验证。当客户端进行 google map api 调用时,我想以 Google 身份验证客户端的方式对客户端进行身份验证。
对于谷歌地图,谷歌采用Package name和SHA-1哈希,然后谷歌提供api key。使用该 ApiKey,Android 应用程序调用 Google 地图服务器。然后他们要么拒绝请求,要么根据身份验证返回响应。
Q.1。 google-map-server 如何对使用正确 ApiKey 向 Google Map 服务器进行 REST 调用的 android 应用程序进行身份验证?
【问题讨论】:
标签: android google-maps authentication google-maps-api-3 restful-authentication