android - Google 2 step authentication with AccountManager.confirmCredentials() -
in app, 1 of ways enter login gmail account. use accountmanager.confirmcredentials() method confirm login details correct.
the problem arises when user has 2 step authentication enabled. have no idea how handle case, confirmcredentials() method returns invalid.
any ideas on how handle this?
after digging bit more, takes knowledge on users part. rather using gmail password, must generate app specific password , use instead.
Comments
Post a Comment