4

I want to develop an application that uses Google as the authentication provider, but I want my app to know if the Google account is using 2-step verification before the account is enrolled in my app.

Can't find the required API in Google dev docs.

Chris Moschini
  • 36,764
  • 19
  • 160
  • 190
  • Related, maybe dupe of: http://stackoverflow.com/questions/25603533/find-all-google-apps-users-not-using-two-factor-authentication – Chris Moschini Feb 10 '17 at 14:26

1 Answers1

3

This answer here explains how to find out if users have 2-step verification turned on. See API documentation here and parameters here.

Community
  • 1
  • 1
Duoc Tran
  • 834
  • 14
  • 18