Alternative to ClientLogin for authentication

后端 未结 1 1682
忘掉有多难
忘掉有多难 2021-02-20 07:42

Since Google lists the ClientLogin API as deprecated what is the recommended alternative? In my case I need a server to authenticate and post things using credentials which I ow

相关标签:
1条回答
  • 2021-02-20 08:04

    The authentication method varies based on the scenario of your application. The scenarios reported by Google documentation are:

    • Login
    • Web Server Applications
    • Client-side Applications
    • Installed Applications Devices
    • Service Accounts

    In your case, the Web Server Application scenario might be useful (if you give more details about what do you mean for "In my case I need a server to authenticate" I can be more precise about this point).

    However, the recommended alternative to ClientLogin is OAuth2.

    0 讨论(0)
提交回复
热议问题