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#_recoverSession

An isomorphic Javascript library for GoTrue.
Latest
method GoTrueClient.prototype._recoverSession
Re-export
import { GoTrueClient } from "https://deno.land/x/gotrue@3.0.0/src/index.ts";

Attempts to get the session from LocalStorage Note: this should never be async (even for React Native), as we need it to return immediately in the constructor.