//auth/dev.atick.auth.data/AuthDataSourceImpl/signInWithGoogle
signInWithGoogle
[androidJvm]\ open suspend override fun signInWithGoogle(activity: Activity): AuthUser
Sign in with Google.
Return
The authenticated AuthUser upon successful sign-in.
Parameters
androidJvm
activity | The activity context. |