Account Service
This interface defines methods to manage the account. It's implemented at the session level.
Functions
Link copied to clipboard
abstract suspend fun changePassword( password: String, newPassword: String, logoutAllDevices: Boolean = true)
Content copied to clipboard
Ask the homeserver to change the password.
Link copied to clipboard
abstract suspend fun deactivateAccount(eraseAllData: Boolean, userInteractiveAuthInterceptor: UserInteractiveAuthInterceptor)
Content copied to clipboard
Deactivate the account.