loginUsingQrLoginToken

abstract suspend fun loginUsingQrLoginToken(    homeServerConnectionConfig: HomeServerConnectionConfig,     loginToken: String,     initialDeviceName: String? = null,     deviceId: String? = null): Session

Authenticate using m.login.token method during sign in with QR code.

Parameters

homeServerConnectionConfig

the information about the homeserver and other configuration

loginToken

the m.login.token

initialDeviceName

the initial device name

deviceId

the device id, optional. If not provided or null, the server will generate one.