access google smart lock password from IoS

241 Views Asked by At

I have two questions from this docs https://developers.google.com/identity/smartlock-passwords/android I don't know if they imply things that are obvious that I cannot see.

  1. When using google smart lock for passwords, if the android device is logged in into a google account, from the code of an app you are developing, you can make a request to retrieve a password that is associated to both the google account and that specific app? (if it was previously saved on the same app and an account on another android device)
  2. I need to access one of those passwords from an iOS device programmatically. Is that impossible? I saw there was an app called google smart lock on iOS, but it seems to be for two factor authentication. I think there should be a way to log in the user into Google on iOS and then get the password.

If question 2. is not possible, is there an alternative that allows me to store a password that I can access when a user is authenticated using a Google account? Note that is not the same password as the google account.

Thanks a lot.

0

There are 0 best solutions below