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

x/gotrue/src/index.ts>GoTrueClient#getSessionFromUrl

An isomorphic Javascript library for GoTrue.
Latest
method GoTrueClient.prototype.getSessionFromUrl
Re-export
import { GoTrueClient } from "https://deno.land/x/gotrue@3.0.0/src/index.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; }>