Search code examples
androidgigyagoogle-smartlockpasswords

Smart Lock for Passwords with Gigya Android SDK


Does Gigya Android SDK v4 provide the possibility to enable saving passwords in Smart Lock for Passwords ?

I am using the WebBridge implementation of the SDK to login my users, and I need to enable this functionality into my app.

I can successfully implement the get password from Smart Lock. But since I am using the web bridge to login my users, I can't save the user credentials to Smart Lock, as I can't retrieve the user password from the Gigya SDK upon login.


Solution

  • You are providing a GigyaPluginCallback to you WebBridge component onAttach method. You can use the "onFieldChange" to determine the value inputed to the screenset and manage the the credentials.