type alias supabase.SignInWithIdTokenCredentialsimport { type supabase } from "https://deno.land/x/live@1.53.6/deps.ts"; const { SignInWithIdTokenCredentials } = supabase; definition: { provider: | "google" | "apple" | "azure" | "facebook" | string; token: string; access_token?: string; nonce?: string; options?: { captchaToken?: string; }; }