activeSessions

Retrieves the active sessions for the current user or the user with the given session ID.

Active sessions are sessions that are currently valid and can be used for authentication. This excludes expired or revoked sessions.

Return

A ClerkResult containing a list of active Session objects on success, or a ClerkErrorResponse on failure