DoesValidNomadAccountExistUseCase

This use case checks whether a valid nomad account exists (i.e., an account with a non-null nomad_service_url that has not been logged out).

Constructors

Link copied to clipboard
internal constructor(sessionRepository: SessionRepository)

Functions

Link copied to clipboard
suspend operator fun invoke(): Boolean