MatrixClient.passwordLogin

Log in to the matrix server using a username and password. deviceId is optional, if none provided, server will generate it's own If provided, server will invalidate the previous access token for this device

class MatrixClient
void
passwordLogin
(
string user
,
string password
,
string device_id = null
)

Meta