CapacitorGoogleAuth icon indicating copy to clipboard operation
CapacitorGoogleAuth copied to clipboard

Silent SignIn

Open csivaram opened this issue 3 years ago • 1 comments

Please provide Silent-SignIn feature. ( auth.api.signin.GoogleSignInClient.silentSignIn() ) This can be used to refresh the token by signing in the user in background without displaying any user interface. I need this badly for my project.

Thank you!

csivaram avatar Jan 30 '22 05:01 csivaram

I try to use refresh() method at startup for capture idToken and decode them, but this caused null reference error. I debuged plugin code and found that at startup moment not loaded all scripts, and auth2 object directly.

arkonsolutions avatar Feb 02 '22 19:02 arkonsolutions