authenticateWithGoogleOneTap
suspend fun authenticateWithGoogleOneTap(transferable: Boolean = true): ClerkResult<OAuthResult, ClerkErrorResponse>
Authenticates the user with a token generated from Google identity services.
Return
A ClerkResult containing the OAuthResult on success, or a ClerkErrorResponse on failure.
Parameters
transferable
Whether this authentication flow allows transferring to a sign-up if the user doesn't have an account. Defaults to true.