Closed
Description
Description
According to the current spec, the Matrix login API takes in a device_id, but matrix-android-sdk2, which Element Android uses, doesn't seem to expose the device_id param for logging in. There is a PasswordLoginParams class with device_id, but it is an internal class to the SDK. Does anyone know how to log in with device_id?
I checked libQuotient and matrix-ios-sdk and they both provide the login API with a device_id param (explicitly in libQuotient and via a dictionary in matrix-ios-sdk).