0

我有一个场景。

我正在开发一个具有登录页面的 android 应用程序。用户需要输入他的 google 邮件 id(gmail,任何公司邮件 id 是由 google 应用程序邮件)以及密码。如果他/她是有效的谷歌用户,我的应用程序应该只进行身份验证。

如果他是,我将根据我的要求相应地完成其余的申请工作。

如何在我的 android 应用程序中实现此验证/google 身份验证?

先感谢您。

普拉莫德

4

2 回答 2

0

As you are asking the concept is know as OAuth,here is tutorial

于 2014-08-04T11:07:26.390 回答
0

参考这个:

允许用户使用其 Google 凭据访问您的应用的最佳方式

使用 OAuth2.0 进行身份验证可以达到您的目的。

https://developers.google.com/accounts/docs/OAuth2Login

希望这可以帮助你!

于 2014-08-04T11:14:26.330 回答