Where to get these ID token? the documents looks half.

Sign In with Google With ID Token To sign in with Google using the ID Token, you can use the signIn.social function to pass the ID Token. This is useful when you have the ID Token from Google on the client-side and want to use it to sign in on the server. If id token is provided no redirection will happen, and the user will be signed in directly. auth-client.ts const data = await authClient.signIn.social({ provider: "google", idToken: { token: // Google ID Token, accessToken: // Google Access Token } })
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?