PerformUpdateRecoveryEmail

class PerformUpdateRecoveryEmail @Inject() constructor(authRepository: AuthRepository, userSettingsRepository: UserSettingsRepository, srpCrypto: SrpCrypto, keyStoreCrypto: KeyStoreCrypto, 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(sessionUserId: SessionUserId, newRecoveryEmail: String, username: String, password: EncryptedString, secondFactorCode: String = ""): UserSettings
toString
Link copied to clipboard
open fun toString(): String