changePassword

abstract suspend fun changePassword(oldPassword: String, newPassword: String)(source)

修改密码。在从用户接收密码时,请注意安全。

See also

Throws