PerformUpdateLoginPassword

class PerformUpdateLoginPassword @Inject() constructor(context: CryptoContext, authRepository: AuthRepository, userRepository: UserRepository, userSettingsRepository: UserSettingsRepository, clientSecret: String)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
invoke
Link copied to clipboard
suspend operator fun invoke(userId: UserId, password: EncryptedString, newPassword: EncryptedString, secondFactorCode: String = ""): UserSettings
toString
Link copied to clipboard
open fun toString(): String