import { supabase } from "https://deno.land/x/deco@1.27.10/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>