IsPasswordRequiredUseCase

class IsPasswordRequiredUseCase(selfUserId: <Error class: unknown class>, sessionRepository: SessionRepository)

Checks if the current requires password to authenticate operations. In case the user doesn't have a password, means is an SSO user.

Constructors

Link copied to clipboard
internal constructor(selfUserId: <Error class: unknown class>, sessionRepository: SessionRepository)

Types

Link copied to clipboard
sealed class Result

Functions

Link copied to clipboard
internal suspend fun eitherInvoke(): Either<StorageFailure, Boolean>
Link copied to clipboard