Can anyone suggest an Oauth2.0 client-server authentication library example for Android?
Can anyone suggest an Oauth2.0 client-server authentication library example for Android?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A while ago I worked on a project where we forked an Android application and added OAuth2 support: https://github.com/xebia/Mustard-macnos-fork
I don’t think we used a library for it, we only used a library on the server side.
Since it’s a while ago I don’t remember the exact details, so maybe the commit log can help you further.