ValidateUserPassword

Validates the password of a user

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Params(val password: String)

Functions

Link copied to clipboard
Link copied to clipboard
operator fun <Res> UseCase<Unit, Res>.invoke(): Res

Utility method to avoid passing Unit argument to invoke