Authenticating with OAuth2 for an app *and* a website

前端 未结 6 609
予麋鹿
予麋鹿 2020-12-02 04:10

I\'m developing a website that is primarily accessed via an app, and I want to use OAuth2 for user registration and authentication. Since it is an Android app I will start u

6条回答
  •  醉梦人生
    2020-12-02 04:59

    You can use the access token retrieved by the mobile application anywhere else. Drive SDK has a nice and simple intro that goes through the flow on https://developers.google.com/drive/quickstart-android

提交回复
热议问题