login Using Qr Login Token
abstract suspend fun loginUsingQrLoginToken( homeServerConnectionConfig: HomeServerConnectionConfig, loginToken: String, initialDeviceName: String? = null, deviceId: String? = null): Session
Content copied to clipboard
Authenticate using m.login.token method during sign in with QR code.
Parameters
home Server Connection Config
the information about the homeserver and other configuration
login Token
the m.login.token
initial Device Name
the initial device name
device Id
the device id, optional. If not provided or null, the server will generate one.