Skip to main content
Module

x/supabase/mod.ts>GoTrueApi#getUrlForProvider

An isomorphic Javascript client for Supabase.
Go to Latest
method GoTrueApi.prototype.getUrlForProvider
Re-export
import { GoTrueApi } from "https://deno.land/x/supabase@1.3.1/mod.ts";

Generates the relevant login URL for a third-party provider.

Parameters

provider: Provider

One of the providers supported by GoTrue.

options: { redirectTo?: string; scopes?: string; }

A URL or mobile address to send the user to after they are confirmed.