Skip to main content
Module

x/supabase/mod.ts>GoTrueClient#getSessionFromUrl

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

Gets the session data from a URL string

Parameters

optional
options: { storeSession?: boolean; }

Optionally store the session in the browser

Returns

Promise<{ data: Session | null; error: ApiError | null; }>