Authenticate my “app” to Google Cloud Endpoints not a “user”

前端 未结 3 1446
花落未央
花落未央 2020-12-06 18:20

What I\'m trying to do is to authenticate my Android app to the Google Cloud Endpoint. Basically the endpoints should only allow my Android app to access the methods and not

3条回答
  •  天命终不由人
    2020-12-06 18:51

    You need to call authenticate on the client, then possibly the library you're using will 'inject' the user information.

提交回复
热议问题