startCompletable
abstract fun startCompletable(parameters: OAuth.GoogleOneTap.StartParameters): CompletableFuture<NativeOAuthResponse>
Begin a Google OneTap login flow. Returns an authenticated session if the flow was successfully initiated. If this returns an error, it means the Google OneTap flow is not available (no play services on device or user signed out), and you can fallback to the ThirdParty/Legacy Google OAuth flow
Return
NativeOAuthResponse
Parameters
parameters
required to begin the OneTap flow