Skip to main content

isLoggedIn

Usage

Method for checking if a user is authenticated.

import { Marble } from "marble-sdk";

const marble = new Marble();
const response = await marble.auth.isLoggedIn();

Return value

true | false