getCurrentSessions

@JvmName(name = "getCurrentSessionsAsync")
suspend fun getCurrentSessions(): List<Session>

Fetches the current sessions for the user when logged in.

Return

A list of login sessions for the user

Throws

if not logged in