Authenticate Your UsersSession Management
Login
Learn how to check user's login status using the Okto SDK.
Methods Overview
Methods | Description |
---|---|
isLoggedIn | Check 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 Name | Type | Description | Possible Values |
---|---|---|---|
result | boolean | Results true if the user is logged in | true , false |