import { supabase } from "https://deno.land/x/live@1.53.6/deps.ts";
const { GoTrueClient } = supabase;
Allows signing in with an OIDC ID token. The authentication provider used should be enabled and configured.
Parameters
credentials: SignInWithIdTokenCredentials
Returns
Promise<AuthTokenResponse>