Authenticate Your UsersSession Management

Login

Learn how to check user's login status using the Okto SDK.

Methods Overview

MethodsDescription
isLoggedInCheck if the User is Logged In

Check if the User is Logged In

isLoggedIn checks if the user is currently logged in.

Parameters

There are no parameters for this function.

Response

Success Response

Field NameTypeDescriptionPossible Values
resultbooleanResults true if the user is logged intrue, false

On this page