Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/blocks/deps.ts>supabase.SignInWithIdTokenCredentials

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
type alias supabase.SignInWithIdTokenCredentials
import { type supabase } from "https://deno.land/x/blocks@1.75.0/deps.ts";
const { SignInWithIdTokenCredentials } = supabase;
definition: { provider:
| "google"
| "apple"
| "azure"
| "facebook"
| string
; token: string; access_token?: string; nonce?: string; options?: { captchaToken?: string; }; }