listSessions

abstract suspend fun listSessions(appName: String, userId: String): ListSessionsResponse

Lists sessions associated with a specific application and user.

Return

A ListSessionsResponse containing a list of matching sessions.

Parameters

appName

The name of the application.

userId

The identifier of the user whose sessions are to be listed.