UpdateCurrentSessionUseCase

This use case will change the current session for the given user id. ie: Use this use case to switch between users.

See also

Constructors

Link copied to clipboard
internal constructor(sessionRepository: SessionRepository)

Types

Link copied to clipboard
sealed class Result

Functions

Link copied to clipboard
suspend operator fun invoke(userId: <Error class: unknown class>?): UpdateCurrentSessionUseCase.Result