Skip to main content
To get the active session of the currently signed in , use the useStytchMemberSession hook. If the user is not signed in, the returned value will be null. In non-React environments, use the session.getSync method to get the Session.

Return Value

object | null
The current Session.
boolean
Whether the Member data is from persistent storage.