How to use Gmail account to authenticate the app in android?

前端 未结 3 1718
野性不改
野性不改 2021-02-06 15:15

In android how can I authenticate the user by Gmail account. Is their any api or support available for android.

Thanks...

3条回答
  •  悲哀的现实
    2021-02-06 16:07

    Yes, you can use OAuth in Android. There's a fairly detailed post on this:

    • OAuth in Android using the Google APIs Client Library for Java

    There are also two other Java libraries that you might consider for this purpose:

    • Scribe Java API (also supports using several other identity providers)
    • OAuth Signpost

提交回复
热议问题